Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Created June 12, 2017 15:36
Show Gist options
  • Save abadongutierrez/cc579ebc636e57987ce297207a29337a to your computer and use it in GitHub Desktop.
Save abadongutierrez/cc579ebc636e57987ce297207a29337a to your computer and use it in GitHub Desktop.
use Mix.Config
# ...
config :ecto_101_migrations_schemas, Ecto101MigrationsSchemas.Repo,
adapter: Ecto.Adapters.Postgres,
database: "ecto_test",
username: "postgres",
password: "",
hostname: "localhost"
config :ecto_101_migrations_schemas, ecto_repos: [Ecto101MigrationsSchemas.Repo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment