-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.json.example
28 lines (28 loc) · 895 Bytes
/
cfg.json.example
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
{
"db": {
"faclon_portal": "root:passwd@tcp(127.0.0.1:3306)/falcon_portal?charset=utf8&parseTime=True&loc=Local",
"graph": "root:passwd@tcp(127.0.0.1:3306)/graph?charset=utf8&parseTime=True&loc=Local",
"uic": "root:passwd@tcp(127.0.0.1:3306)/uic?charset=utf8&parseTime=True&loc=Local",
"dashboard": "root:passwd@tcp(127.0.0.1:3306)/dashboard?charset=utf8&parseTime=True&loc=Local",
"db_bug": true
},
"log_level": "debug",
"graphs": {
"cluster": {
"graph-01": "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,
"numberOfReplicas": 500
},
access_control: true,
"gen_doc": false,
"gen_doc_path": "doc/module.html",
"salt": "pleaseinputwhichyouareusingnow",
"web_port": ":8888",
"skip_auth": false
}