mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:9000",
|
|
"secure": false
|
|
},
|
|
"/static": {
|
|
"target": "http://localhost:9000",
|
|
"secure": false
|
|
},
|
|
"/socket.io": {
|
|
"target": "http://localhost:9000",
|
|
"secure": false
|
|
}
|
|
}
|