From 6b84a85dd5cde41cbf992b6b2445bf25fe0abb21 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:39:23 +0000 Subject: [PATCH] Auto generate docs/reference/options.md --- docs/reference/options.md | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/docs/reference/options.md b/docs/reference/options.md index 8589dcbf7..b792a64b0 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -6861,16 +6861,15 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string)) couchdb = { database_dir = baseDir; single_node = true; - viewIndexDir = baseDir; - uriFile = "/home/runner/work/devenv/devenv/.devenv/state/couchdb/couchdb.uri"; + view_index_dir = baseDir; + uri_file = "/home/runner/work/devenv/devenv/.devenv/state/couchdb/couchdb.uri"; }; admins = { "admin_username" = "pass"; }; chttpd = { - bindAddress = "127.0.0.1"; + bind_address = "127.0.0.1"; port = 5984; - logFile = "/home/runner/work/devenv/devenv/.devenv/state/couchdb/couchdb.log"; }; } @@ -6881,7 +6880,7 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string)) -## services.couchdb.settings.chttpd.bindAddress +## services.couchdb.settings.chttpd.bind_address @@ -6902,27 +6901,6 @@ string -## services.couchdb.settings.chttpd.logFile - - - -Specifies the location of file for logging output. - - - -*Type:* -path - - - -*Default:* -` "/home/runner/work/devenv/devenv/.devenv/state/couchdb/couchdb.log" ` - -*Declared by:* - - [https://github.com/cachix/devenv/blob/main/src/modules/services/couchdb.nix](https://github.com/cachix/devenv/blob/main/src/modules/services/couchdb.nix) - - - ## services.couchdb.settings.chttpd.port @@ -6988,7 +6966,7 @@ boolean -## services.couchdb.settings.couchdb.uriFile +## services.couchdb.settings.couchdb.uri_file This file contains the full URI that can be used to access this instance of CouchDB. It is used to help discover the port CouchDB is @@ -7012,7 +6990,7 @@ path -## services.couchdb.settings.couchdb.viewIndexDir +## services.couchdb.settings.couchdb.view_index_dir Specifies location of CouchDB view index files. This location should be writable and readable for the user that runs the CouchDB service