blob: 2cbf5964840a6be04360104e9a7d28ffc424bfda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
:man source: Catlfish
:man manual: Catlfish Manual
CATLFISH-NODE.CFG(5)
====================
NAME
----
catlfish-node.cfg - catlfish node configuration
OPTIONS
-------
**configurl**: __url__::
// write description here
**ctapiaddress**: __ip-address__ (optional)::
// write description here
**dbbackend**: **permdb**|**fsdb** (default: fsdb)::
// write description here
**frontendaddress**: __ip-address__ (optional)::
// write description here
**logadminkey**: __key__::
// write description here
**merge**: ::
// write description here
**backup-sendentries-chunksize**: __number-of-entries__:::
// write description here
**backup-sendlog-chunksize**: __number-of-entries__:::
// write description here
**backup-window-size**: __number-of-entries__:::
// write description here
**dist-sendentries-chunksize**: __number-of-entries__:::
// write description here
**dist-sendlog-chunksize**: __number-of-entries__:::
// write description here
**dist-window-size**: __number-of-entries__:::
// write description here
**min-delay**: __seconds__:::
// write description here
**mergeaddress**: __ip-address__ (optional)::
// write description here
**nodename**: __nodename__::
// write description here
**paths**: ::
// write description here
**configdir**: __path__:::
// write description here
**db**: __path__:::
// write description here
**https_cacertfile**: __path__:::
// write description here
**https_certfile**: __path__:::
// write description here
**https_keyfile**: __path__:::
// write description here
**knownroots**: __path__:::
// write description here
**logprivatekey**: __path__:::
// write description here
**logpublickey**: __path__:::
// write description here
**privatekeys**: __path__:::
// write description here
**public_cacertfile**: __path__:::
// write description here
**verifycert_bin**: __path__:::
// write description here
**publichttpaddress**: __ip-address__ (optional)::
// write description here
**ratelimits**: ::
// write description here
**add_chain**: __rate__:::
// write description here
**signingaddress**: __ip-address__ (optional)::
// write description here
**storageaddress**: __ip-address__ (optional)::
// write description here
|