Skip to content

Instantly share code, notes, and snippets.

@prio101
Last active August 28, 2018 18:58
Show Gist options
  • Save prio101/cae20d8c6ca83169edd53a6b559955bd to your computer and use it in GitHub Desktop.
Save prio101/cae20d8c6ca83169edd53a6b559955bd to your computer and use it in GitHub Desktop.
use Mix.Config
config :todolist, TodoList.Repo, [
adapter: Ecto.Adapters.Postgres,
database: "todolist_#{Mix.env}",
username: "postgres",
password: "",
hostname: "localhost",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment