chore(env): WEASYPRINT_URL is not optional anymore

This commit is contained in:
Colin Darie 2024-02-20 14:32:04 +01:00
parent c70d848788
commit dd9f2d9166
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
2 changed files with 4 additions and 3 deletions

View file

@ -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,
# so existing records won't be invalid.
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"

View file

@ -250,9 +250,6 @@ ADMINS_GROUP_ENABLED="disabled"
# BULK_EMAIL_QUEUE will host bulk email (notifications)
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
EXPIRE_USER_DELETION_JOB_LIMIT=10000