typo
This commit is contained in:
parent
b45e2af4dc
commit
5d8337c3e6
@ -121,7 +121,7 @@ if config_env() == :prod do
|
|||||||
|
|
||||||
config :firehose, Firehose.Mailer,
|
config :firehose, Firehose.Mailer,
|
||||||
adapter: Swoosh.Adapters.SMTP,
|
adapter: Swoosh.Adapters.SMTP,
|
||||||
server: System.get_env("SMTP_HOST"),
|
relay: System.get_env("SMTP_HOST"),
|
||||||
port: String.to_integer(System.get_env("SMTP_PORT") || "587"),
|
port: String.to_integer(System.get_env("SMTP_PORT") || "587"),
|
||||||
username: System.get_env("SMTP_USERNAME"),
|
username: System.get_env("SMTP_USERNAME"),
|
||||||
password: System.get_env("SMTP_PASSWORD"),
|
password: System.get_env("SMTP_PASSWORD"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user