Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Created November 27, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebrianemory/3ffc1844ff7b934315959147fc4d7e1a to your computer and use it in GitHub Desktop.
Save thebrianemory/3ffc1844ff7b934315959147fc4d7e1a to your computer and use it in GitHub Desktop.
# Configure your database
config :tilex, Tilex.Repo,
adapter: Ecto.Adapters.Postgres,
database: "tilex_test",
hostname: "localhost",
username: "postgres", # Change this line
pool: Ecto.Adapters.SQL.Sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment