pcgamedb/config.example.json
2024-09-24 18:17:11 +08:00

28 lines
466 B
JSON

{
"log_level": "info",
"server": {
"port": "8080",
"secret_key": "default"
},
"database": {
"host": "127.0.0.1",
"port": 27017,
"user": "root",
"password": "password",
"database": "gamedb"
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db_index": 0
},
"online_fix": {
"user": "user",
"password": "password"
},
"twitch": {
"client_id": "client_id",
"client_secret": "client_secret"
}
}