allow default logo of a procedure to be configured in .env file
Refs: #5795
This commit is contained in:
parent
bb5f3a206e
commit
064ea776c7
3 changed files with 7 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue