Skip to content

Commit

Permalink
Update smtp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansavenok committed Jun 11, 2018
1 parent 2784459 commit f46ad74
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ config :lib_ten, LibTenWeb.Endpoint,
config :lib_ten, LibTen.Mailer,
adapter: Bamboo.SMTPAdapter,
server: {:system, "LIBTEN_SMTP_SERVER"},
hostname: {:system, "LIBTEN_SMTP_HOST"},
port: 587,
username: {:system, "LIBTEN_SMTP_USERNAME"},
password: {:system, "LIBTEN_SMTP_PASSWORD"},
tls: :if_available,
allowed_tls_versions: [:"tlsv1.2"],
ssl: true,
retries: 1
password: {:system, "LIBTEN_SMTP_PASSWORD"}

config :lib_ten, LibTen.Scheduler,
jobs: [
Expand Down

0 comments on commit f46ad74

Please sign in to comment.