mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-21 13:33:48 +03:00
23 lines
372 B
JSON
23 lines
372 B
JSON
{
|
|
"/uds": {
|
|
"target": {
|
|
"host": "172.27.0.1",
|
|
"protocol": "http:",
|
|
"port": 8000
|
|
},
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "info"
|
|
},
|
|
"/i18n": {
|
|
"target": {
|
|
"host": "172.27.0.1",
|
|
"protocol": "http:",
|
|
"port": 8000
|
|
},
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "info"
|
|
}
|
|
}
|