Skip to content

Instantly share code, notes, and snippets.

@jvalol
Created March 29, 2019 16:49
Show Gist options
  • Select an option

  • Save jvalol/20ca8f2747a739e12442c455dfa8d909 to your computer and use it in GitHub Desktop.

Select an option

Save jvalol/20ca8f2747a739e12442c455dfa8d909 to your computer and use it in GitHub Desktop.
# Configure your database
config :address_book, AddressBook.Repo,
 username: "postgres",
 password: "postgres",
 database: "address_book_dev",
 hostname: "localhost",
 pool_size: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment