-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.ini
59 lines (47 loc) · 1.02 KB
/
config.ini
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
[CROSSBAR]
configfile = docker_config.json
path = components/.crossbar/
[NLP]
# path must be either absolute or relative to ffbo.processor/components/.crossbar
path = ../../../ffbo.neuronlp
port = 8081
expose-port = 8081
[GFX]
# path must be either absolute or relative to ffbo.processor/components/.crossbar
path = ../../../ffbo.neurogfx
port = 8082
expose-port = 8082
[AUTH]
ssl = False
authentication = True
cert =
key =
chain-cert =
ca_cert_file = isrgrootx1.pem
intermediate_cert_file = letsencryptauthorityx3.pem
[SANDBOX]
sandbox = False
path = components/web/sandbox
port = 8083
[USER]
user = component
# Make sure you change the secret and salt
secret = tcJopPZmi4Vo
salt = testsalt
[GUEST]
user = guest
# Make sure you change the secret and salt
secret = guestpass
salt = guestsalt
[SERVER]
# if ip is not specified, it is assumed that
# all components will run on localhost under
# the same network bridge
# ip = localhost
# Do not change
realm = realm1
[DEBUG]
debug = False
[ORIENTDB]
binary-port = 2424
http-port = 2480