diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:11:52 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:11:52 -0600 |
commit | 2c225727f006e58bf8f6fffd608b190b2fdd571d (patch) | |
tree | cdd5564763c6d0a8bd4e1c07749b5f2101244c2b | |
parent | 87f3049480dadc88b85973ab285463ec304097b1 (diff) | |
download | aggiedit-2c225727f006e58bf8f6fffd608b190b2fdd571d.tar.gz aggiedit-2c225727f006e58bf8f6fffd608b190b2fdd571d.zip |
Use genstmp
-rw-r--r-- | config/runtime.exs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/runtime.exs b/config/runtime.exs index 84b1f03..32d8fe4 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -13,10 +13,6 @@ if System.get_env("PHX_SERVER") && System.get_env("RELEASE_NAME") do end if config_env() == :prod do - config :aggiedit, Aggiedit.Mailer, - adapter: Swoosh.Adapters.Sendgrid, - api_key: System.get_env("SENDGRID_KEY") - database_url = System.get_env("DATABASE_URL") || raise """ |