Space Station 13 - Modules - TypesVar Details

system_configuration

Config holder for stuff relating to server backend management and secrets

Vars

api_hostInternal API host
api_keyInternal API key
enable_multi_instance_supportDo we want to enable instancing stuff at all?
external_tos_handlerAre we using an external handler for TOS
instance_idServer instance ID
internal_ipServer internal IP
is_productionIs this server a production server (Has higher security and requires 2FA)
override_mapMap datum of the map to use, overriding the defaults, and data/next_map.txt
region_mapAssoc list of region names and their server IPs. Used for geo-routing.
shutdown_on_rebootDo we want the server to kill on reboot instead of keeping the same DD session
shutdown_shell_commandIf above is true, you can run a shell command
toast_on_init_completeSend a system toast on init completion?
topic_ip_ratelimit_bypassList of IP addresses which bypass world topic rate limiting
topic_keyPassword 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