Skip to content

Instantly share code, notes, and snippets.

@jorgedjr21
Created November 22, 2019 02:46
Show Gist options
  • Save jorgedjr21/a017de7aa70aba38ad7c677b31f6fce6 to your computer and use it in GitHub Desktop.
Save jorgedjr21/a017de7aa70aba38ad7c677b31f6fce6 to your computer and use it in GitHub Desktop.
use Mix.Config
# Configure your database
config :contasapp, Contasapp.Repo,
username: "postgres",
password: "postgres",
database: "contasapp_dev",
hostname: "postgres",
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment