-
Notifications
You must be signed in to change notification settings - Fork 11
/
myconfig.js
62 lines (62 loc) · 1.07 KB
/
myconfig.js
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
60
61
62
{
"id" : "HEPop101",
"socket": "http",
"port": 8080,
"address": "127.0.0.1",
"tls": {
"key":"/etc/keys/self.key",
"cert":"/etc/keys/self.crt"
},
"queue": {
"timeout": 2000,
"maxSize": 1000,
"useInterval": true
},
"dbName": "hepic",
"tableName": "hep",
"db": {
"rawSize": 8000,
"pgsql":{
"host": "localhost",
"port": 5432,
"user": "homer_user",
"password": "homer_password"
}
},
"metrics": {
"influx":{
"period": 30000,
"expire": 300000,
"dbName": "homer",
"hostname": "localhost:8086"
},
"media_bypass": false,
"tags":{
"host": "server1"
}
},
"db_off": {
"loki" : {
"url": "http://127.0.0.1:3100/api/prom/push"
},
"rethink" : {
"servers":[
{ "host": "127.0.0.1", "port":28015 }
]
},
"mongodb":{
"url": "mongodb://localhost:27017/homer"
},
"elastic" : {
"target": "http://localhost:9200",
"max_bulk_qtty": 1000,
"max_request_num": 20,
"index": "hep"
},
"cloudwatch": {
"log_group": "homer",
"region": "us-east-1"
}
},
"debug": false
}