forked from open-falcon/falcon-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.json
30 lines (30 loc) · 863 Bytes
/
api.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": {
"falcon_portal": "%%MYSQL%%/falcon_portal?charset=utf8&parseTime=True&loc=Local",
"graph": "%%MYSQL%%/graph?charset=utf8&parseTime=True&loc=Local",
"uic": "%%MYSQL%%/uic?charset=utf8&parseTime=True&loc=Local",
"dashboard": "%%MYSQL%%/dashboard?charset=utf8&parseTime=True&loc=Local",
"alarms": "%%MYSQL%%/alarms?charset=utf8&parseTime=True&loc=Local",
"db_bug": true
},
"graphs": {
"cluster": {
"graph-00": "%%GRAPH_RPC%%"
},
"max_conns": 100,
"max_idle": 100,
"conn_timeout": 1000,
"call_timeout": 5000,
"numberOfReplicas": 500
},
"metric_list_file": "./api/data/metric",
"web_port": "%%PLUS_API_HTTP%%",
"access_control": true,
"signup_disable": false,
"salt": "",
"skip_auth": false,
"default_token": "%%PLUS_API_DEFAULT_TOKEN%%",
"gen_doc": false,
"gen_doc_path": "doc/module.html"
}