fix: correction adresse IP proxy LiveKit dans vite.config
This commit is contained in:
@@ -73,7 +73,7 @@ export default defineConfig({
|
|||||||
rewrite: (path) => path.replace(/^\/api/, '')
|
rewrite: (path) => path.replace(/^\/api/, '')
|
||||||
},
|
},
|
||||||
'/livekit': {
|
'/livekit': {
|
||||||
target: 'ws://10.1.1.111:7880',
|
target: 'ws://192.168.0.146:7880',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/livekit/, '')
|
rewrite: (path) => path.replace(/^\/livekit/, '')
|
||||||
|
|||||||
Reference in New Issue
Block a user