Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn config prod.secret.exs
Raw

config/prod.secret.exs

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