From a829b432533da82b86503e381d85da46f4a617a7 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Mon, 12 Feb 2024 15:14:26 +0100 Subject: [PATCH] shamelessly copied from couchdb_ynh --- conf/couch_ynh.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/couch_ynh.ini diff --git a/conf/couch_ynh.ini b/conf/couch_ynh.ini new file mode 100644 index 0000000..26981b3 --- /dev/null +++ b/conf/couch_ynh.ini @@ -0,0 +1,7 @@ + +[chttpd] +; prevent non admin users to be able to access the list of all databases +admin_only_all_dbs = true + +; Defines the port number to listen: +port = __PORT__