summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2021-10-29 18:06:00 +0200
committerJan Lehnardt <jan@apache.org>2021-10-30 17:49:21 +0200
commit01aed33684670f43d724b3db9dd3aade632a7d57 (patch)
tree656ac4e176408a910724225f873b7dc3c01494e4
parentaa6744892a12eadc1421f36e788bd2d9156cf65e (diff)
downloadcouchdb-01aed33684670f43d724b3db9dd3aade632a7d57.tar.gz
fix(setup): straggling s/couch_httpd_auth/chttpd_auth/ closes #3805
-rw-r--r--src/setup/src/setup.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/src/setup.erl b/src/setup/src/setup.erl
index 5129765da..56773e4da 100644
--- a/src/setup/src/setup.erl
+++ b/src/setup/src/setup.erl
@@ -254,8 +254,8 @@ sync_uuid() ->
sync_config("couchdb", "uuid", Uuid).
sync_auth_secret() ->
- Secret = config:get("couch_httpd_auth", "secret"),
- sync_config("couch_httpd_auth", "secret", Secret).
+ Secret = config:get("chttpd_auth", "secret"),
+ sync_config("chttpd_auth", "secret", Secret).
sync_config(Section, Key, Value) ->