Create config.example.json

This commit is contained in:
tgpethan 2021-03-10 22:40:33 +00:00
parent 8de89aa013
commit c18b1e2a98

8
config.example.json Normal file
View file

@ -0,0 +1,8 @@
{
"port": 5001,
"databaseAddress": "127.0.0.1",
"databasePort": 3306,
"databaseUsername": "username",
"databasePassword": "password",
"databaseName": "osu!"
}