forked from smartfog/fogflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
55 lines (55 loc) · 1.25 KB
/
config.json
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
{
"webportal_ip": "127.0.0.1",
"coreservice_ip": "127.0.0.1",
"external_hostip": "127.0.0.1",
"internal_hostip": "127.0.0.1",
"physical_location":{
"longitude": 139.709059,
"latitude": 35.692221,
"section": "01",
"district": "02",
"city": "Tokyo"
},
"logical_location": {
"node_no": 2,
"site_no": 2,
"layer_no": 2,
"parent_site_no": 1
},
"logging":{
"info":"stdout",
"error":"stderr",
"protocol": "stdout",
"debug": "discard"
},
"discovery": {
"port": 8071,
"postgresql": {
"dbreset": true,
"username": "postgres",
"password": "postgres",
"host": "127.0.0.1",
"port": 5432,
"dbname": "ngsi9"
}
},
"broker": {
"port": 8070,
"websocket": 8090
},
"master": {
"ngsi_agent_port": 1060
},
"worker": {
"container_autoremove": false
},
"designer": {
"webSrvPort": 8080,
"agentPort": 1030
},
"rabbitmq": {
"port": 5672,
"username": "admin",
"password":"mypass"
}
}