summaryrefslogtreecommitdiff
path: root/lib/couch.ex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-17 14:01:18 +0000
committerJordan Bracco <href@random.sh>2022-12-20 19:29:41 +0100
commit67754dc5366976b0f4300af2d1798baa81423df5 (patch)
treeea7d78652e52e8e347f1976c4b2777cd6565462f /lib/couch.ex
parentNola rename cont. pt. 2. Refs T77. (diff)
Nola rename, cont. pt. 3. Refs T77.
`s/:lsg/:nola/g`
Diffstat (limited to 'lib/couch.ex')
-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")