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 package.json
alex
2025-05-15
3e632b7becaef7519c7a58e57b5e1a4ae39e08f5
[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',
},
}