e225a57f97
- Removing channels. Going back to a wsgi deployment - Removed server projector code - Autoupdate throttling is now in the client - New communication stack in the client - Adopted all deployment methods: Docker stack and docker compose (prod and dev) - Added autoupdate service as submodule
24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"/apps/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/media/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/rest/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/ws/": {
|
|
"target": "ws://localhost:8000",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/system/": {
|
|
"target": "https://localhost:8002",
|
|
"secure": false
|
|
}
|
|
}
|