Advertisement
TheGamingChief

Default Manager.cfg

Feb 10th, 2021
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. {
  2.      "debug": true,
  3.      "webserver": {
  4.           "port": 8081
  5.      },
  6.      "updater": {
  7.           "grace_period": 60,
  8.           "notify_interval": 1,
  9.           "shutdown_on_mod_update": true,
  10.           "shutdown_gameservers": true,
  11.           "interval": 600,
  12.           "shutdown_notice": "CFTools-OmegaManager  Shutdown requested",
  13.           "mod_update_notice": "CFTools-OmegaManager  Server is going down in %COUNTDOWN%s to apply the new %MODS% update",
  14.           "update_notice": "CFTools-OmegaManager  Server is going down in %COUNTDOWN%s to apply the new server update v%VERSION%",
  15.           "experimental": false
  16.      },
  17.      "steam": {
  18.           "username": "",
  19.           "api_key": "",
  20.           "password": "",
  21.           "mobile_authenticator": false
  22.      },
  23.      "deployment": {
  24.           "firewall_rules": true
  25.      }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement