Current section

Files

Jump to
noa config prod.secret.exs
Raw

config/prod.secret.exs

use Mix.Config
config :noa, Noa.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
database: "postgres",
hostname: "db",
pool_size: 10
config :noa, :stubhandler,
handler: Noa.Tokens.OpaqueStubHandler,
options: [secret: "juXKNtKy1rmhTnyzlTx3R9QCAJFcJOpNjxOHRpgxbUw"]
config :comeonin,
bcrypt_log_rounds: 10,
pbkdf2_rounds: 100_000