diff options
author | Magnus Ahltorp <map@kth.se> | 2017-07-26 01:34:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-07-26 13:19:39 +0200 |
commit | 4f8f473db95c2262c3f387aed3d4459555ac52e2 (patch) | |
tree | 9a4f3706779c7b0a5c4ea17c06305e1b263ae7a0 /doc/catlfish-node.cfg.5.adoc | |
parent | e0be874a28c9ee9c9b07e3cff89301cd58cfd31f (diff) |
Output optional and defaults to configuration man page
Diffstat (limited to 'doc/catlfish-node.cfg.5.adoc')
-rw-r--r-- | doc/catlfish-node.cfg.5.adoc | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/doc/catlfish-node.cfg.5.adoc b/doc/catlfish-node.cfg.5.adoc index fabef29..2cbf596 100644 --- a/doc/catlfish-node.cfg.5.adoc +++ b/doc/catlfish-node.cfg.5.adoc @@ -12,13 +12,13 @@ OPTIONS **configurl**: __url__:: // write description here - **ctapiaddress**: __ip-address__:: + **ctapiaddress**: __ip-address__ (optional):: // write description here - **dbbackend**: **permdb**|**fsdb**:: + **dbbackend**: **permdb**|**fsdb** (default: fsdb):: // write description here - **frontendaddress**: __ip-address__:: + **frontendaddress**: __ip-address__ (optional):: // write description here **logadminkey**: __key__:: @@ -48,7 +48,7 @@ OPTIONS **min-delay**: __seconds__::: // write description here - **mergeaddress**: __ip-address__:: + **mergeaddress**: __ip-address__ (optional):: // write description here **nodename**: __nodename__:: @@ -81,22 +81,16 @@ OPTIONS **logpublickey**: __path__::: // write description here - **mergedb**: __path__::: -// write description here - **privatekeys**: __path__::: // write description here **public_cacertfile**: __path__::: // write description here - **publickeys**: __path__::: -// write description here - **verifycert_bin**: __path__::: // write description here - **publichttpaddress**: __ip-address__:: + **publichttpaddress**: __ip-address__ (optional):: // write description here **ratelimits**: :: @@ -105,9 +99,9 @@ OPTIONS **add_chain**: __rate__::: // write description here - **signingaddress**: __ip-address__:: + **signingaddress**: __ip-address__ (optional):: // write description here - **storageaddress**: __ip-address__:: + **storageaddress**: __ip-address__ (optional):: // write description here |