Add new config options to example config
This commit is contained in:
parent
eb75626471
commit
a849fd0c19
1 changed files with 9 additions and 6 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"port": 5001,
|
||||
"databaseAddress": "127.0.0.1",
|
||||
"databasePort": 3306,
|
||||
"databaseUsername": "username",
|
||||
"databasePassword": "password",
|
||||
"databaseName": "osu!"
|
||||
"port": 5001,
|
||||
"compression": true,
|
||||
"prometheusEnabled": false,
|
||||
"prometheusPort": 1234,
|
||||
"databaseAddress": "127.0.0.1",
|
||||
"databasePort": 3306,
|
||||
"databaseUsername": "username",
|
||||
"databasePassword": "password",
|
||||
"databaseName": "osu!"
|
||||
}
|
Loading…
Reference in a new issue