Files
swg-site/setup/config.json.example
2019-03-26 18:39:23 -04:00

16 lines
460 B
JSON

{
"dbHost": "127.0.0.1",
"dbName": "swgsite",
"dbUser": "username",
"dbPassword": "password",
"autoRegistration": true,
"webRegistration": true,
"discordBot": true,
"discordBotToken": "token",
"discordBotChannelName": "channelName",
"discordStatusInterval": 30,
"restartServer": true,
"restartClusterName": "Bloodfin",
"restartWorkingPath": "/home/user/swg-main/",
"restartCommand": "./start_server.sh"
}