diff --git a/config/prod.exs b/config/prod.exs index 198bdd8..ffb1746 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -51,7 +51,7 @@ config :logger, level: :debug # had to add this because dbssl = if System.get_env("HEROKU"), do: true, else: false -config :auth, Auth.Repo, +config :app, App.Repo, ssl: dbssl, url: System.get_env("DATABASE_URL"), pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),