From aebe90a0c4818b6566c9ce4c365e60a87dc2e337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Vantomme?= Date: Wed, 9 Feb 2022 09:08:49 +0100 Subject: [PATCH] refactor: use example domains According to RFC 2606, example domains must be: example.com, example.net, or example.org --- config/env.example | 4 ++-- config/env.example.optional | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/env.example b/config/env.example index 4d1c540aa..f557df768 100644 --- a/config/env.example +++ b/config/env.example @@ -2,8 +2,8 @@ # # Examples: # * For local development: localhost:3000 -# * For preproduction: staging.ds.organisme.fr -# * For production: ds.organisme.fr +# * For preproduction: staging.ds.example.org +# * For production: ds.example.org APP_HOST="localhost:3000" # Rails key for signing sensitive data diff --git a/config/env.example.optional b/config/env.example.optional index 2fe80efb0..c91da1971 100644 --- a/config/env.example.optional +++ b/config/env.example.optional @@ -88,7 +88,7 @@ DS_ENV="staging" # API_PARTICULIER_URL="https://particulier.api.gouv.fr/api" # Admins and instructeurs can freely change their email to these domains -# LEGIT_ADMIN_DOMAINS = "domaine_1.com;domaine_2.com" +# LEGIT_ADMIN_DOMAINS = "example.org;example.net" # External service: Matomo web analytics MATOMO_IFRAME_URL="https://matomo.example.org/index.php?module=CoreAdminHome&action=optOut&language=fr&&fontColor=333333&fontSize=16px&fontFamily=Muli"