Skip to content

Commit 2eab68a

Browse files
Merge pull request #43 from TykTechnologies/add_escape_dots_in_oas_paths
Add escape_dots_in_oas_paths in dash and sink config
2 parents 597da32 + 2247df0 commit 2eab68a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pro-ha/tyk-analytics.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"Port": "8080",
66
"Secret": "352d20ee67be67f6340b4c0605b044b7"
77
},
8+
"escape_dots_in_oas_paths": true,
89
"streaming": {
910
"enabled": true
1011
},

pro-ha/tyk-sink.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"listen_port": 9090,
33
"healthcheck_port": 8181,
44
"enable_http_profiler": false,
5+
"escape_dots_in_oas_paths": true,
56
"server_options": {
67
"use_ssl": false,
78
"certificate": {

0 commit comments

Comments
 (0)