refactor: use example domains
According to RFC 2606, example domains must be: example.com, example.net, or example.org
This commit is contained in:
parent
e8f62e78fe
commit
aebe90a0c4
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
# * For local development: localhost:3000
|
# * For local development: localhost:3000
|
||||||
# * For preproduction: staging.ds.organisme.fr
|
# * For preproduction: staging.ds.example.org
|
||||||
# * For production: ds.organisme.fr
|
# * For production: ds.example.org
|
||||||
APP_HOST="localhost:3000"
|
APP_HOST="localhost:3000"
|
||||||
|
|
||||||
# Rails key for signing sensitive data
|
# Rails key for signing sensitive data
|
||||||
|
|
|
@ -88,7 +88,7 @@ DS_ENV="staging"
|
||||||
# API_PARTICULIER_URL="https://particulier.api.gouv.fr/api"
|
# API_PARTICULIER_URL="https://particulier.api.gouv.fr/api"
|
||||||
|
|
||||||
# Admins and instructeurs can freely change their email to these domains
|
# 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
|
# 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"
|
MATOMO_IFRAME_URL="https://matomo.example.org/index.php?module=CoreAdminHome&action=optOut&language=fr&&fontColor=333333&fontSize=16px&fontFamily=Muli"
|
||||||
|
|
Loading…
Add table
Reference in a new issue