22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"mssql": {
|
|
"password": "faked",
|
|
"fakedata": true
|
|
},
|
|
"auth": {
|
|
"/legacy/*": {
|
|
"count": "dummytest"
|
|
},
|
|
"bots": {
|
|
"testbot": "testpassword"
|
|
},
|
|
"flags": {
|
|
"testbot": [ "_bot_" ]
|
|
}
|
|
},
|
|
"server": {
|
|
"bind": 14334
|
|
},
|
|
"logfile": "testlogfile",
|
|
"loglevel": "debug"
|
|
}
|