Skip to content

Commit

Permalink
Auto generate docs/reference/options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2023
1 parent c357695 commit 6b84a85
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
Expand All @@ -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



Expand All @@ -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


Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6b84a85

Please sign in to comment.