mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
add mailer address config
This commit is contained in:
parent
76886c5329
commit
cae93b2f36
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ config :philomena,
|
||||||
otp_secret_key: System.get_env("OTP_SECRET_KEY"),
|
otp_secret_key: System.get_env("OTP_SECRET_KEY"),
|
||||||
image_url_root: System.get_env("IMAGE_URL_ROOT"),
|
image_url_root: System.get_env("IMAGE_URL_ROOT"),
|
||||||
badge_url_root: System.get_env("BADGE_URL_ROOT"),
|
badge_url_root: System.get_env("BADGE_URL_ROOT"),
|
||||||
|
mailer_address: System.get_env("MAILER_ADDRESS"),
|
||||||
camo_host: System.get_env("CAMO_HOST"),
|
camo_host: System.get_env("CAMO_HOST"),
|
||||||
camo_key: System.get_env("CAMO_KEY"),
|
camo_key: System.get_env("CAMO_KEY"),
|
||||||
cdn_host: System.get_env("CDN_HOST")
|
cdn_host: System.get_env("CDN_HOST")
|
||||||
|
|
Loading…
Reference in a new issue