Add new config options to example config

This commit is contained in:
Holly Stubbs 2021-09-22 19:19:10 +01:00
parent eb75626471
commit a849fd0c19

View file

@ -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!"
}