Binato/config.example.json

12 lines
270 B
JSON
Raw Normal View History

2021-03-10 22:40:33 +00:00
{
"port": 5001,
"compression": true,
"prometheusEnabled": false,
"prometheusPort": 1234,
"databaseAddress": "127.0.0.1",
"databasePort": 3306,
"databaseUsername": "username",
"databasePassword": "password",
2021-09-25 16:35:01 +01:00
"databaseName": "osu!",
"databaseKey": "examplekey"
2021-03-10 22:40:33 +00:00
}