29 lines
No EOL
443 B
JSON
29 lines
No EOL
443 B
JSON
{
|
|
"express": {
|
|
"port": 5001,
|
|
"compression": true
|
|
},
|
|
"prometheus": {
|
|
"enabled": false,
|
|
"port": 9100
|
|
},
|
|
"redis": {
|
|
"enabled": false,
|
|
"address": "127.0.0.1",
|
|
"port": 6379,
|
|
"password": "",
|
|
"database": 0
|
|
},
|
|
"database": {
|
|
"address": "127.0.0.1",
|
|
"port": 3306,
|
|
"username": "username",
|
|
"password": "password",
|
|
"name": "osu!",
|
|
"pbkdf2": {
|
|
"itterations": 1337,
|
|
"keylength": 1337
|
|
},
|
|
"key": "examplekey"
|
|
}
|
|
} |