From 8fedfb011ee02d5ddca9b7eab5c69fbc39e6e16b Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Wed, 30 Sep 2020 06:37:25 +1000 Subject: [PATCH] Add example arkCustomDynamicConfigURL to instance config --- tools/instance.cfg.example | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/instance.cfg.example b/tools/instance.cfg.example index 1f6db42..7ff7274 100644 --- a/tools/instance.cfg.example +++ b/tools/instance.cfg.example @@ -25,4 +25,5 @@ ark_MaxPlayers="70" # ARK server options - i.e. for -optname=val, use arkopt_optname=val #arkopt_StructureDestructionTag=DestroySwampSnowStructures +#arkCustomDynamicConfigURL="http://arkdedicated.com/dynamicconfig.ini" # Set this to use a custom dynamic config from the given server address #arkPreStart="/etc/arkmanager/instances/instance.start" # Set this to override the start script; defaults to config file name with .cfg replaced by .start