system_configuration

Config holder for stuff relating to server backend management and secrets
Vars | |
api_host | Internal API host |
---|---|
api_key | Internal API key |
enable_multi_instance_support | Do we want to enable instancing stuff at all? |
external_tos_handler | Are we using an external handler for TOS |
instance_id | Server instance ID |
internal_ip | Server internal IP |
is_production | Is this server a production server (Has higher security and requires 2FA) |
override_map | Map datum of the map to use, overriding the defaults, and data/next_map.txt |
region_map | Assoc list of region names and their server IPs. Used for geo-routing. |
shutdown_on_reboot | Do we want the server to kill on reboot instead of keeping the same DD session |
shutdown_shell_command | If above is true, you can run a shell command |
toast_on_init_complete | Send a system toast on init completion? |
topic_ip_ratelimit_bypass | List of IP addresses which bypass world topic rate limiting |
topic_key | Password for authorising world/Topic requests |
Var Details
api_host

Internal API host
api_key

Internal API key
enable_multi_instance_support

Do we want to enable instancing stuff at all?
external_tos_handler

Are we using an external handler for TOS
instance_id

Server instance ID
internal_ip

Server internal IP
is_production

Is this server a production server (Has higher security and requires 2FA)
override_map

Map datum of the map to use, overriding the defaults, and data/next_map.txt
region_map

Assoc list of region names and their server IPs. Used for geo-routing.
shutdown_on_reboot

Do we want the server to kill on reboot instead of keeping the same DD session
shutdown_shell_command

If above is true, you can run a shell command
toast_on_init_complete

Send a system toast on init completion?
topic_ip_ratelimit_bypass

List of IP addresses which bypass world topic rate limiting
topic_key

Password for authorising world/Topic requests