use Mix.Config # In this file, we keep production configuration that # you likely want to automate and keep it away from # your version control system. config :lyn, Lyn.Endpoint, secret_key_base: "lfmIDqg5O6Bk+n6TZALzYC8OXu/8LvQTSg/11Wk7iuXLJBwDrsxgkr/82cuvEsgr" # Configure your database config :lyn, Lyn.Repo, adapter: Ecto.Adapters.Postgres, username: "postgres", password: "postgres", database: "lyn_prod", pool_size: 20