-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanager.conf
More file actions
47 lines (40 loc) · 813 Bytes
/
manager.conf
File metadata and controls
47 lines (40 loc) · 813 Bytes
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
repo
{
data
{
registration-subset 1
prefix "ndn:/data"
}
cluster
{
nodePrefix "/seoul" ; node-name is nodePrefix/prefix
prefix "/difs" ; common-name
type "manager" ; if single node, you must set manager
}
storage
{
method "fs" ; Currently, only sqlite("fs") and MongoDB("mongodb") storage engine is supported
fs
{
path "/tmp/repo/" ; Path to repo-ng storage folder
}
mongodb
{
db "difs"
}
max-packets 100000
}
tcp_bulk_insert
{
; host "localhost" ; Set to listen on a different IP address or hostname
; port 7376 ; Set to listen on a different port number
}
validator
{
; The following rule disables all security in the repo
trust-anchor
{
type any
}
}
}