Use genstmp

This commit is contained in:
Logan Hunt 2022-04-21 19:11:52 -06:00
parent 87f3049480
commit 2c225727f0
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -13,10 +13,6 @@ if System.get_env("PHX_SERVER") && System.get_env("RELEASE_NAME") do
end end
if config_env() == :prod do if config_env() == :prod do
config :aggiedit, Aggiedit.Mailer,
adapter: Swoosh.Adapters.Sendgrid,
api_key: System.get_env("SENDGRID_KEY")
database_url = database_url =
System.get_env("DATABASE_URL") || System.get_env("DATABASE_URL") ||
raise """ raise """