From e72c024c2b49f8ef62cfd60cff59d6b77bc87cb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loraine=20Gu=C3=A9guen?=
 <loraine-gueguen@users.noreply.github.com>
Date: Fri, 28 May 2021 15:12:43 +0200
Subject: [PATCH] Update comment on the config file

---
 examples/config.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/config.yml b/examples/config.yml
index 6c5a780..ed028cb 100644
--- a/examples/config.yml
+++ b/examples/config.yml
@@ -1,14 +1,14 @@
 # This is the configuration template file used by the gga_init.py, gga_load_data.py and run_workflow.py scripts
 
 # These variables are used by several services at once or the paths to import sensitive files
-hostname: localhost  # Required. The hosting machine name
-http_port: 8888  # Required. The HTTP port docker will use on the hosting machine
-https_port: 8889  # Required for Authelia. The HTTPS port docker will use on the hosting machine
+hostname: fancydb.com  # Required. The hostname that will be used to access the application (http://hostname/sp/genus_species/)), possibly with a reverse proxy redirecting the requests to the host machine with the right port (http_port).
+http_port: 80  # Required. The HTTP port docker will use on the hosting machine
+https_port: 443  # Required for Authelia. The HTTPS port docker will use on the hosting machine
 proxy_ip: XXX.XXX.XXX.XXX  # Required. IP of the upstream proxy (used by Traefik)
-authentication_domain_name: XXXXXXXX  #  Required for Authelia. The authentication domain name.
+authentication_domain_name: auth.fancydb.com  #  Required for Authelia. The authentication domain name.
 authelia_config_path: /path/to/authelia_config.yml #  Required for Authelia. Path to the Authelia configuration file
 authelia_secrets_env_path: /path/to/authelia/secrets.env #  Required for Authelia. Path to the env file containing passwords and secrets needed for Authelia
-authelia_db_postgres_password: XXXXXXXX #  Required for Authelia.
+authelia_db_postgres_password: psqlpwd #  Required for Authelia.
 
 # galaxy-specific variables
 galaxy_default_admin_email: gga@galaxy.org  # Required
-- 
GitLab