From a06e74e4340db4f45de3446a80ef0d97adf770ca Mon Sep 17 00:00:00 2001
From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr>
Date: Thu, 15 Apr 2021 11:58:36 +0200
Subject: [PATCH] config_example.yml comments

---
 examples/config_example.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/config_example.yml b/examples/config_example.yml
index 4d566ce..c935bac 100644
--- a/examples/config_example.yml
+++ b/examples/config_example.yml
@@ -17,7 +17,7 @@ galaxy:
       webapollo_user: admin_apollo@galaxy.org  # Required
       webapollo_password: apollopass  # Required
       galaxy_config_remote_user_maildomain: mydomain.com  # Required. The maildomain used by Galaxy authentication
-      persist_galaxy_data: "True"  # Optional. If True, docker data will be backed up. Do not set this variable to "false" for production
+      persist_galaxy_data: "True"  # # Optional (default: True). If False, docker data will NOT be persisted on your host's file system and will be lost any time the galaxy container is recreated. Do not set this variable to "False" for production
 # tripal-specific variables
 tripal:
       tripal_password: tripalpass  # Required. Tripal database password (also used by galaxy as an environment variable)
-- 
GitLab