allow default logo of a procedure to be configured in .env file

Refs: #5795
This commit is contained in:
Fabrice Gangler 2020-12-10 21:05:42 +01:00
parent bb5f3a206e
commit 064ea776c7
3 changed files with 7 additions and 1 deletions

View file

@ -11,3 +11,6 @@ HEADER_LOGO_HEIGHT = ENV.fetch("HEADER_LOGO_HEIGHT", "56")
# Mailer logo
MAILER_LOGO_SRC = ENV.fetch("MAILER_LOGO_SRC", "mailer/instructeur_mailer/logo.png")
# Default logo of a procedure
PROCEDURE_DEFAULT_LOGO_SRC = ENV.fetch("PROCEDURE_DEFAULT_LOGO_SRC", "republique-francaise-logo.svg")