config: move jobs env vars to the optional file
This commit is contained in:
parent
68fd3aea39
commit
0b4e82c25b
2 changed files with 4 additions and 4 deletions
|
@ -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=""
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue