Create config.example.json
This commit is contained in:
parent
8de89aa013
commit
c18b1e2a98
1 changed files with 8 additions and 0 deletions
8
config.example.json
Normal file
8
config.example.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"port": 5001,
|
||||
"databaseAddress": "127.0.0.1",
|
||||
"databasePort": 3306,
|
||||
"databaseUsername": "username",
|
||||
"databasePassword": "password",
|
||||
"databaseName": "osu!"
|
||||
}
|
Loading…
Reference in a new issue