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, "port": 5001,
"databaseAddress": "127.0.0.1", "compression": true,
"databasePort": 3306, "prometheusEnabled": false,
"databaseUsername": "username", "prometheusPort": 1234,
"databasePassword": "password", "databaseAddress": "127.0.0.1",
"databaseName": "osu!" "databasePort": 3306,
"databaseUsername": "username",
"databasePassword": "password",
"databaseName": "osu!"
} }