Binato/config.example.json

11 lines
240 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",
"databaseName": "osu!"
2021-03-10 22:40:33 +00:00
}