chore(env): WEASYPRINT_URL is not optional anymore
This commit is contained in:
parent
c70d848788
commit
dd9f2d9166
2 changed files with 4 additions and 3 deletions
|
@ -162,3 +162,7 @@ API_ENTREPRISE_DEFAULT_SIRET="put_your_own_siret"
|
||||||
# To set a date, we recommend using *the day after* you have deployed this commit,
|
# To set a date, we recommend using *the day after* you have deployed this commit,
|
||||||
# so existing records won't be invalid.
|
# so existing records won't be invalid.
|
||||||
STRICT_EMAIL_VALIDATION_STARTS_ON="2024-02-19"
|
STRICT_EMAIL_VALIDATION_STARTS_ON="2024-02-19"
|
||||||
|
|
||||||
|
# Weasyprint endpoint generating attestations v2
|
||||||
|
# See https://github.com/demarches-simplifiees/weasyprint_server
|
||||||
|
WEASYPRINT_URL="http://127.0.0.1:5000/pdf"
|
||||||
|
|
|
@ -250,9 +250,6 @@ ADMINS_GROUP_ENABLED="disabled"
|
||||||
# BULK_EMAIL_QUEUE will host bulk email (notifications)
|
# BULK_EMAIL_QUEUE will host bulk email (notifications)
|
||||||
BULK_EMAIL_QUEUE="low_priority"
|
BULK_EMAIL_QUEUE="low_priority"
|
||||||
|
|
||||||
# work in progress about attestation_v2
|
|
||||||
WEASYPRINT_URL="http://10.33.23.204:5000/pdf"
|
|
||||||
|
|
||||||
# Use this env var customize the max number of deleted user per day
|
# Use this env var customize the max number of deleted user per day
|
||||||
EXPIRE_USER_DELETION_JOB_LIMIT=10000
|
EXPIRE_USER_DELETION_JOB_LIMIT=10000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue