-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.ini
48 lines (39 loc) · 885 Bytes
/
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
[CROSSBAR]
configfile = docker_config.json
path = /ffbo.processor/components/.crossbar/
[NLP]
path = /ffbo.neuronlp
port = 8081
expose-port = 8081
[GFX]
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 = /ffbo.processor/components/web/sandbox
port = 8083
[USER]
user = component
# This secret must match the one used in ffbo.processor component
secret = tcJopPZmi4Vo
[SERVER]
# If ip is not provided, it is assumed that
# processor is running in a docker container
# name ffbo.processor on localhost under
# the same network bridge.
# Otherwise, please specify below the IP of
# the machine where ffbo.processor runs
# ip = ffbo.processor
# do not change
realm = realm1
[DEBUG]
debug = False