3e0618063b
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
28 lines
609 B
JSON
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
|
|
}
|
|
}
|