allow configuration of the URLs of FAQ and documentation websites in an .env file
Refs: #5801
This commit is contained in:
parent
e380440100
commit
a8081d4b83
2 changed files with 8 additions and 2 deletions
|
@ -24,6 +24,12 @@ APPLICATION_BASE_URL="https://www.demarches-simplifiees.fr"
|
|||
# Personnalisation d'instance - URL pour la création de compte administrateur sur l'instance
|
||||
# DEMANDE_INSCRIPTION_ADMIN_PAGE_URL=""
|
||||
|
||||
# Personnalisation d'instance - URL du site web de documentation
|
||||
# DOC_URL="https://doc.demarches-simplifiees.fr"
|
||||
|
||||
# Personnalisation d'instance - URL du site web FAQ
|
||||
# FAQ_URL="https://faq.demarches-simplifiees.fr"
|
||||
|
||||
# Personnalisation d'instance - Page externe "Disponibilité" (status page)
|
||||
# STATUS_PAGE_URL=""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue