summaryrefslogtreecommitdiff
path: root/lib/couch.ex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/couch.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/couch.ex b/lib/couch.ex
index e33c045..a4cf811 100644
--- a/lib/couch.ex
+++ b/lib/couch.ex
@@ -70,7 +70,7 @@ defmodule Couch do
end
defp prepare_request(path, headers \\ [], params \\ [], options \\ []) do
- config = Application.get_env(:lsg, :couch)
+ config = Application.get_env(:nola, :couch)
base_url = Keyword.get(config, :url, "http://localhost:5984")