diff --git a/README.md b/README.md
index 677c4433cb261b570656ede6705663e5db07472b..2d077bd2f1eac0e814e30ee1a337fab541f1a690 100755
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Traefik is a reverse proxy which allows to direct HTTP traffic to various Docker
 The Traefik dashboard is deployed at [https://hostname/traefik/](https://hostname/traefik/)
 
 Authelia is an authentication agent, which can be plugged to an LDAP server, and that Traefik can you to check permissions to access services.
-The authentication layer is optional. If used, the config file needs the variables `https_port`, `auth_hostname`, `authelia_config_path`.
+The authentication layer is optional. If used, the config file needs the variables `https_port`, `authentication_domain_name`, `authelia_config_path`.
 
 Authelia is accessed automatically by Traefik to check permissions everytime someones wants to access a page. 
 If the user is not logged in, he is redirected to the authelia portal. 
diff --git a/templates/organisms.yml.j2 b/templates/organisms.yml.j2
index 697e1ef9492f43aefdd119efae96d6a1905608f6..ff71547f2972b9271c085fea7b791c9c31556894 100644
--- a/templates/organisms.yml.j2
+++ b/templates/organisms.yml.j2
@@ -1,15 +1,15 @@
 {{ name }}:
   description:
-    genus: {{ genus }} # Mandatory!
-    species: {{ species }} # Mandatory!
+    genus: {{ genus }}
+    species: {{ species }}
     sex: {{ sex }}
     strain: {{ strain }}
     common_name: {{ common_name }}
     origin: {{ origin }}
   data:
-    genome_path: {{ genome_path }} # Mandatory!
-    transcripts_path: {{ transcripts_path }} # Mandatory!
-    proteins_path: {{ proteins_path }} # Mandatory!
+    genome_path: {{ genome_path }}
+    transcripts_path: {{ transcripts_path }}
+    proteins_path: {{ proteins_path }}
     gff_path: {{ gff_path }} # Mandatory!
     interpro_path: {{ interpro_path }}
     orthofinder_path: {{ orthofinder_path }}