2018-06-13 18:34:10 +02:00
|
|
|
{
|
2018-09-11 16:38:23 +02:00
|
|
|
"/apps/": {
|
2018-09-06 07:14:55 +02:00
|
|
|
"target": "http://localhost:8000",
|
|
|
|
"secure": false
|
|
|
|
},
|
2018-09-11 16:38:23 +02:00
|
|
|
"/media/": {
|
2018-06-13 18:34:10 +02:00
|
|
|
"target": "http://localhost:8000",
|
|
|
|
"secure": false
|
|
|
|
},
|
2018-09-11 16:38:23 +02:00
|
|
|
"/rest/": {
|
2019-01-19 21:59:32 +01:00
|
|
|
"target": "http://localhost:8000",
|
2018-06-16 18:05:46 +02:00
|
|
|
"secure": false
|
|
|
|
},
|
2018-11-04 17:13:24 +01:00
|
|
|
"/ws/": {
|
2018-06-28 17:11:04 +02:00
|
|
|
"target": "ws://localhost:8000",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
2020-05-28 11:40:41 +02:00
|
|
|
},
|
|
|
|
"/system/": {
|
|
|
|
"target": "https://localhost:8002",
|
|
|
|
"secure": false
|
2018-06-13 18:34:10 +02:00
|
|
|
}
|
2018-06-16 18:05:46 +02:00
|
|
|
}
|