forked from intersystems-community/DeepSeeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproxy.conf.analytics.json
More file actions
29 lines (29 loc) · 832 Bytes
/
proxy.conf.analytics.json
File metadata and controls
29 lines (29 loc) · 832 Bytes
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
{
"/config.json": {
"target": "http://public-analytics.community.intersystems.com/dsw/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/configs/": {
"target": "http://public-analytics.community.intersystems.com/dsw/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/csp/uspolygons.js": {
"target": "http://public-analytics.community.intersystems.com//csp/uspolygons.js",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"rewrite": {
"^/csp/uspolygons.js": ""
}
},
"**": {
"target": "http://public-analytics.community.intersystems.com/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}