Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active January 15, 2018 16:08
Show Gist options
  • Save thebrianemory/55dc673221e57d61b9b974dfc5dbd44d to your computer and use it in GitHub Desktop.
Save thebrianemory/55dc673221e57d61b9b974dfc5dbd44d to your computer and use it in GitHub Desktop.
use Mix.Config
... # Code removed for readability
# Configure your database
config :catcasts, Catcasts.Repo,
adapter: Ecto.Adapters.Postgres,
username: "thebrianemory", # change thebrianemory to the name of your home directory
password: "",
database: "catcasts_dev",
hostname: "localhost",
pool_size: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment