forked from TykTechnologies/tyk-dashboard-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyk_analytics.with_mongo_and_gateway.conf
51 lines (51 loc) · 1.36 KB
/
tyk_analytics.with_mongo_and_gateway.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
48
49
50
51
{
"listen_port": 3000,
"tyk_api_config": {
"Host": "http://tyk_gateway",
"Port": "8080",
"Secret": "352d20ee67be67f6340b4c0605b044b7"
},
"shared_node_secret": "352d20ee67be67f6340b4c0605b044b7",
"mongo_url": "mongodb://mongo:27017/tyk_analytics",
"license_key": "",
"page_size": 10,
"admin_secret": "ADMIN_SECRET_PLACEHOLDER",
"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": "tyk.docker",
"disable_org_slug_prefix": true,
"enable_host_names": true,
"hostname": "dashboard.tyk.docker",
"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",
"enable_aggregate_lookups": true,
"aggregate_lookup_cutoff": "01/07/2016"
}