38 lines
898 B
JSON
38 lines
898 B
JSON
{
|
|
"/api": {
|
|
"target": "https://apple-push-notifications.it-retail.tech/apns/api",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/icard-proxy": {
|
|
"target": "https://sakura.lk.crm4retail.ru/api/icard-proxy",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/icard-proxy": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/static": {
|
|
"target": "https://sakura.lk.crm4retail.ru/static",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/static": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/it-retail": {
|
|
"target": "https://sakura.lk.crm4retail.ru/it-retail",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/it-retail": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
}
|
|
} |