Skip to content

Commit

Permalink
auth: Prepare for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 3, 2016
1 parent 3e93218 commit 740c318
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/auth/config/prod.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
use Mix.Config

config :logger, level: :info

config :auth, Auth.Repo,
adapter: Ecto.Adapters.Postgres,
url: System.get_env("DATABASE_URL"),
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
ssl: true

0 comments on commit 740c318

Please sign in to comment.