diff --git a/README.md b/README.md
index 82dc5d42b42a47c3ab5eb6d6f295bde7a6a43807..88e7cb9fefec48b70bc70143662274a067567c9d 100644
--- a/README.md
+++ b/README.md
@@ -70,3 +70,12 @@ _Env vars may be defined in a .env file at the root of the project_
 -   `SERVER_HOST`: IP address or domain name hosting the API.
 -   `SERVER_PROTOCOL`: http or https regarding the protocol used to connect the server
 -   `RESOURCES_DIR`: A linux directory that will be used to mount static resources like certs and html files
+-   `DATABASE_NAME`: The name of the mongodb database
+-   `DB_PORT`: The port of the database (MondbDB default is 27017)
+-   `DB_ROOT_USERNAME`: Database root user name
+-   `DB_ROOT_PASSWORD`: Database root password
+-   `DB_USERNAME`: Database regular user name
+-   `DB_USER_PASSWORD`: Database regular user password
+-   `DEFAULT_ADMIN_USERNAME`: Default website administrator username (admin panel authentication)
+-   `DEFAULT_ADMIN_PASSWORD`: Default website administrator password (admin panel authentication)
+-   `CRYPT_KEY`: Any random ascii string that will be used to encrypt data like emails and passwords.
diff --git a/public/standard/sitemap.xml b/public/standard/sitemap.xml
index 5ab5812c32912e5280107c300fcb733ec1bcaba5..1e75f57c19a447b908a8ce4531cceefe3c41f8d0 100644
--- a/public/standard/sitemap.xml
+++ b/public/standard/sitemap.xml
@@ -2,18 +2,18 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
     <url>
         <loc>https://kuadrado-software.fr</loc>
-        <lastmod>2021-11-21</lastmod>
+        <lastmod>2021-11-19</lastmod>
     </url>
     <url>
         <loc>https://kuadrado-software.fr/games/</loc>
-        <lastmod>2021-11-21</lastmod>
+        <lastmod>2021-11-19</lastmod>
     </url>
     <url>
         <loc>https://kuadrado-software.fr/education/</loc>
-        <lastmod>2021-11-21</lastmod>
+        <lastmod>2021-11-19</lastmod>
     </url>
     <url>
         <loc>https://kuadrado-software.fr/software-development/</loc>
-        <lastmod>2021-11-21</lastmod>
+        <lastmod>2021-11-19</lastmod>
     </url>
 </urlset>