mirror of
https://github.com/swg-ostrich/site.git
synced 2026-01-16 23:04:21 -05:00
16 lines
460 B
JSON
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"
|
|
} |