mirror of
https://bitbucket.org/theswgsource/auth-site-1.2.git
synced 2026-01-15 23:04:25 -05:00
13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"dbHost": "127.0.0.1",
|
|
"dbName": "swg",
|
|
"webRegistration": false,
|
|
"discordBot": false,
|
|
"discordBotToken": "token",
|
|
"discordBotChannelName": "channelName",
|
|
"discordStatusInterval": 30,
|
|
"restartServer": false,
|
|
"restartClusterName": "SWG Server Name",
|
|
"restartWorkingPath": "/home/user/swg-main/",
|
|
"restartCommand": "./start_server.sh"
|
|
} |