-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.example.json
30 lines (30 loc) · 1.08 KB
/
cfg.example.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
{
"log_level": "debug",
"db": {
"faclon_portal": "root:@tcp(127.0.0.1:3306)/falcon_portal?charset=utf8&parseTime=True&loc=Local",
"graph": "root:@tcp(127.0.0.1:3306)/graph?charset=utf8&parseTime=True&loc=Local",
"uic": "root:@tcp(127.0.0.1:3306)/uic?charset=utf8&parseTime=True&loc=Local",
"dashboard": "root:@tcp(127.0.0.1:3306)/dashboard?charset=utf8&parseTime=True&loc=Local",
"alarms": "root:@tcp(127.0.0.1:3306)/falcon_portal?charset=utf8&parseTime=True&loc=Local",
"db_bug": true
},
"graphs": {
"numberOfReplicas": 500,
"cluster": {
"graph-00": "garph1.com:6070",
"graph-02": "graph2.com:6070",
"graph-03": "graph3.com:6070"
},
"max_conns": 100,
"max_idle": 100,
"conn_timeout": 1000,
"call_timeout": 5000
},
"metric_list_file": "./api/data/metric",
"web_port": ":8080",
"access_control": true,
"skip_auth": false,
"salt": "pleaseinputwhichyouareusingnow",
"gen_doc": false,
"gen_doc_path": "doc/module.html"
}