From 03910c03171348b42b3280f0677f89a29d8c2be3 Mon Sep 17 00:00:00 2001 From: "Matthew T. Kelley" Date: Wed, 25 Mar 2020 09:18:12 -0400 Subject: [PATCH] Add comment for instances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I believe that adding a comment here could help with understanding how instances work 😄 --- tools/arkmanager.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager.cfg b/tools/arkmanager.cfg index e0bd400..e1d974d 100644 --- a/tools/arkmanager.cfg +++ b/tools/arkmanager.cfg @@ -92,4 +92,4 @@ mod_branch=Windows # example for config name "ark1": #configfile_ark1="/path/to/config/file" -defaultinstance="main" +defaultinstance="main" # See /etc/arkmanager/instances/main.cfg - Instance config options will overide the Global option in this file.