config: sync admin and RTMP port defaults

This commit is contained in:
A 2026-07-06 16:29:29 +08:00
parent 597b5f265b
commit c5dc2b7e21
6 changed files with 35 additions and 8 deletions

View file

@ -10,7 +10,7 @@ export default defineConfig({
server: {
port: 2410,
proxy: {
"/api": "http://127.0.0.1:2400"
"/api": "http://127.0.0.1:2600"
}
}
});