Files
auth-site-1.2/config.json
Hawk a19689b3c8 Commit 1.1
Wired Up UI to Node Backend for Account Registration into SWG SQL Database.
2018-06-27 18:52:23 -04:00

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"
}