config: move jobs env vars to the optional file

This commit is contained in:
Pierre de La Morinerie 2022-01-18 12:51:16 +01:00
parent 68fd3aea39
commit 0b4e82c25b
2 changed files with 4 additions and 4 deletions

View file

@ -127,10 +127,6 @@ API_GEO_URL="https://geo.api.gouv.fr"
# External service: API Education
API_EDUCATION_URL="https://data.education.gouv.fr/api/records/1.0"
# Change the maximum number of times a job is retried
# MAX_ATTEMPTS_JOBS=25
# MAX_ATTEMPTS_API_ENTREPRISE_JOBS=5
# Encryption key for sensitive columns in the database
ENCRYPTION_SERVICE_SALT=""

View file

@ -14,6 +14,10 @@ DS_ENV="staging"
# Agent Connect usage
# AGENT_CONNECT_ENABLED="disabled" # "enabled" by default
# Configure the maximum number of times a job is retried
# MAX_ATTEMPTS_JOBS=25
# MAX_ATTEMPTS_API_ENTREPRISE_JOBS=5
# Instance customization: URLs for GTS and legal mentions
# CGU_URL=""
# MENTIONS_LEGALES_URL=""