add config for api entreprise staging env

This commit is contained in:
Christophe Robillard 2023-05-26 08:01:35 +02:00
parent 60733ce44e
commit ceae9064e1

View file

@ -80,6 +80,11 @@ DS_ENV="staging"
# Disabling 2FA for Super-Admins
# SUPER_ADMIN_OTP_ENABLED = "disabled" # "enabled" par défaut
# API ENTREPRISE
# You can make some tests with the staging environment
# More info at https://entreprise.api.gouv.fr/developpeurs#tester-api-preproduction
# API_ENTREPRISE_URL = "https://staging.entreprise.api.gouv.fr"
# API Particulier
# https://api.gouv.fr/les-api/api-particulier
# API_PARTICULIER_URL="https://particulier.api.gouv.fr/api"