1 2 3 4 5 6 7 8 9
import Config config :chessh, Chessh.Repo, database: "chessh", username: "postgres", password: "postgres", hostname: "localhost" config :chessh, ecto_repos: [Chessh.Repo]