Skip to content

Commit

Permalink
Merge pull request #16 from scrogson/master
Browse files Browse the repository at this point in the history
Add host option to example repo config
  • Loading branch information
chrismccord committed Jun 5, 2014
2 parents 7e657e5 + 7163209 commit 50c2c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/atlas/repos/repo.ex.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Repo do
database: "atlas_dev",
username: "postgres",
password: "",
host: "",
host: "localhost",
pool: 5,
log_level: :debug
]
Expand All @@ -17,7 +17,7 @@ defmodule Repo do
database: "atlas_test",
username: "postgres",
password: "",
host: "",
host: "localhost",
pool: 5,
log_level: :debug
]
Expand All @@ -28,7 +28,7 @@ defmodule Repo do
database: "atlas_prod",
username: "postgres",
password: "",
host: "",
host: "localhost",
pool: 5,
log_level: :warn
]
Expand Down

0 comments on commit 50c2c0d

Please sign in to comment.