dashboard
repositories
filestore
activity
search
login
globus
/
globus-ilias-rest
REST Service for POPCORN - ILIAS
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
adding db queries
alex
2025-05-15
f79ca500a73508e1556f6ca151649f522f74e83a
[globus/globus-ilias-rest.git]
/
settings.js
1
2
3
4
5
6
7
8
9
module.exports = {
db: {
host: "localhost",
port: 33009,
database: "ilias",
user: 'root',
password: 'paaa322ss',
},
}