inculde an example of the config

includes an example of the config in dev.secret.exs.example.
pull/701/head
Alaradia 6 years ago committed by GitHub
parent 6b8fca4aaf
commit 8962aa9fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      apps/explorer/config/dev.secret.exs.example

@ -1 +1,13 @@
use Mix.Config use Mix.Config
# Configure your database
config :explorer, Explorer.Repo,
adapter: Ecto.Adapters.Postgres,
database: "explorer_dev",
hostname: "localhost",
username: "postgres",
password: "<REPLACE WITH THE PASSWORD YOU CHOSE>",
loggers: [],
pool_size: 20,
pool_timeout: 60_000,
timeout: 80_000

Loading…
Cancel
Save