-
Notifications
You must be signed in to change notification settings - Fork 35
/
tyk_analytics.conf
47 lines (47 loc) · 1.17 KB
/
tyk_analytics.conf
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
{
"listen_port": 3000,
"tyk_api_config": {
"Host": "http://ambassador_1",
"Port": "8080",
"Secret": "352d20ee67be67f6340b4c0605b044b7"
},
"mongo_url": "mongodb://mongo:27017/tyk_analytics",
"page_size": 10,
"admin_secret": "12345",
"redis_port": 6379,
"redis_host": "redis",
"redis_password": "",
"force_api_defaults": false,
"notify_on_change": true,
"license_owner": "NA",
"hash_keys": true,
"email_backend": {},
"hide_listen_path": false,
"use_sentry": false,
"sentry_code": "",
"sentry_js_code": "",
"show_org_id": true,
"enable_duplicate_slugs": true,
"host_config" : {
"override_hostname": "www.tyk-portal-test.com",
"disable_org_slug_prefix": true,
"enable_host_names": false,
"hostname": "",
"portal_domains": {},
"portal_root_path": "/portal"
},
"http_server_options": {
"use_ssl": false,
"certificates": [
{}
]
},
"ui": {
"login_page": {},
"nav" : {},
"uptime": {},
"portal": {},
"designer": {}
},
"home_dir": "/opt/tyk-dashboard"
}