Last active
August 28, 2018 18:58
-
-
Save prio101/cae20d8c6ca83169edd53a6b559955bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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