Skip to content

Commit

Permalink
Add example config and clean db dump
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpholly committed Sep 10, 2023
1 parent 9a2bfab commit 3070f6a
Show file tree
Hide file tree
Showing 2 changed files with 886 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"http": {
"port": 5001,
"compression": false
},
"prometheus": {
"enabled": false,
"port": 9103
},
"redis": {
"enabled": false,
"address": "127.0.0.1",
"port": 6379,
"database": 0,
"password": ""
},
"database": {
"address": "127.0.0.1",
"port": 3306,
"username": "user",
"password": "password",
"name": "osu!",
"pbkdf2": {
"itterations": 1000,
"keylength": 64
}
}
}
Loading

0 comments on commit 3070f6a

Please sign in to comment.