TheMathemagicians/sevenkeys/config.example.json

12 lines
261 B
JSON
Raw Normal View History

2024-04-14 20:28:35 +00:00
{
"DatabaseConfig": {
"User": "<your username>",
"Passwd": "<your password>",
"Net": "tcp",
"Addr": "127.0.0.1:3306",
"DBName": "<your database name>",
"AllowNativePasswords": true
},
"CardtraderToken": "<your cardtrader token>"
2024-04-14 20:28:35 +00:00
}