OpenSlides/client/proxy.conf.json
FinnStutzenstein 3e0618063b Routing for the privacy policy and legal notice.
Save those values in a new service, that will also watch for changes in
config variables. UI is not good; this can be done later

Share legal notice and privacy policy

Created some containers for them
2018-09-10 11:39:46 +02:00

28 lines
609 B
JSON

{
"/apps/core/version": {
"target": "http://localhost:8000",
"secure": false
},
"/apps/users/login": {
"target": "http://localhost:8000",
"secure": false
},
"/apps/users/logout": {
"target": "http://localhost:8000",
"secure": false
},
"/apps/users/whoami": {
"target": "http://localhost:8000",
"secure": false
},
"/rest": {
"target": "http://localhost:8000",
"secure": false
},
"/ws/site": {
"target": "ws://localhost:8000",
"secure": false,
"ws": true
}
}