mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
config add new list items to end and auto scroll remove js engine artifacts fix view button in notification toast
23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"/rpc/v1": {
|
|
"target": "http://<CHANGE_ME>/rpc/v1"
|
|
},
|
|
"/ws/db": {
|
|
"target": "http://<CHANGE_ME>",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/public/*": {
|
|
"target": "http://<CHANGE_ME>/public",
|
|
"pathRewrite": {
|
|
"^/public": ""
|
|
}
|
|
},
|
|
"/rest/rpc/*": {
|
|
"target": "http://<CHANGE_ME>/rest/rpc",
|
|
"pathRewrite": {
|
|
"^/rest/rpc": ""
|
|
}
|
|
}
|
|
}
|