PeerTube/client/proxy.config.json

36 lines
670 B
JSON
Raw Normal View History

2019-01-30 02:39:42 -06:00
{
"/api": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2019-01-30 02:39:42 -06:00
"secure": false
},
2019-07-08 08:54:08 -05:00
"/plugins": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2019-07-08 08:54:08 -05:00
"secure": false
},
2019-07-10 07:06:19 -05:00
"/themes": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2019-07-10 07:06:19 -05:00
"secure": false
},
2019-01-30 02:39:42 -06:00
"/static": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2019-01-30 02:39:42 -06:00
"secure": false
2019-04-15 02:43:23 -05:00
},
2019-08-12 01:46:46 -05:00
"/lazy-static": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2019-08-12 01:46:46 -05:00
"secure": false
},
2019-04-15 02:43:23 -05:00
"/socket.io": {
2023-02-08 04:30:27 -06:00
"target": "ws://127.0.0.1:9000",
2019-06-11 07:30:49 -05:00
"secure": false,
"ws": true
2019-07-25 03:44:21 -05:00
},
2021-05-27 10:25:52 -05:00
"/client/assets": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2021-05-27 10:25:52 -05:00
"secure": false
},
2021-06-07 10:38:31 -05:00
"/client/locales": {
2023-02-08 04:30:27 -06:00
"target": "http://127.0.0.1:9000",
2021-06-07 10:38:31 -05:00
"secure": false
2019-01-30 02:39:42 -06:00
}
}