summaryrefslogtreecommitdiffstats
path: root/extras/config.ini
blob: 1c367f9fe059d185f91d69f87d0bc592aac86677 (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
[default]
preferred-config=user-session

# [cutom-config-template]
# ip=<ip address>
# port=<port number>
# protocol=<ws|grpc>       # ws/grpc -> kuksa-val-server, grpc -> databroker
# insecure=<true|false>    # Note: Use insecure mode only if server is also running in insecure mode
# cacert=<default|/path/to/CA.pem>
# token=<default|/path/to/token>      
# tls_server_name=<name>

[kuksa-val-server]
ip=localhost
port=8090
protocol=ws
insecure=false
token=default
tls_server_name=


[databroker]
ip=localhost
port=55555
protocol=grpc
insecure=false
token=default
tls_server_name=Server


[AGL-kuksa-val-server]
ip=localhost
port=8090
protocol=ws
insecure=false
cacert=default
token=default
tls_server_name=


[AGL-databroker]
ip=10.42.0.95
port=55555
protocol=grpc
insecure=false
cacert=default
token=default
tls_server_name=Server