From 67754dc5366976b0f4300af2d1798baa81423df5 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Sat, 17 Dec 2022 14:01:18 +0000 Subject: Nola rename, cont. pt. 3. Refs T77. `s/:lsg/:nola/g` --- lib/couch.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/couch.ex') 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") -- cgit v1.2.3