Skip to content

Instantly share code, notes, and snippets.

@m3ta4a
Created March 29, 2019 16:49
Show Gist options
  • Save m3ta4a/20ca8f2747a739e12442c455dfa8d909 to your computer and use it in GitHub Desktop.
Save m3ta4a/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