-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Kozejin edited this page Apr 24, 2024
·
3 revisions
Welcome to the Ascension Bot wiki!
-
Rename the
config.json.example
toconfig.json
-
Contents of the
config.json
.
{
"RCON_SERVERS": {
"server1": {
"RCON_HOST": "127.0.0.1",
"RCON_PORT": 27020,
"RCON_PASS": "rcon_password"
},
"server2": {
"RCON_HOST": "127.0.0.1",
"RCON_PORT": 27015,
"RCON_PASS": "rcon_password"
}
}
}