From 96a146ae2967a4286266fb0dfd241abbb86f97cc Mon Sep 17 00:00:00 2001 From: Pierre Jarriges <pierre.jarriges@tutanota.com> Date: Wed, 19 Jan 2022 10:08:15 +0100 Subject: [PATCH] update readme & sitemap --- README.md | 9 +++++++++ public/standard/sitemap.xml | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82dc5d4..88e7cb9 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 5ab5812..1e75f57 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> -- GitLab