fix: update FRONTEND_BASE_URL and enhance SSR route handling

This commit is contained in:
2026-04-02 17:06:47 +00:00
parent eeac331ea2
commit 57b4016021
4 changed files with 37 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ data:
STREAM_INTERNAL_AUTH_MARKER: "stream_maker_123xxx"
STREAM_UI_JWT_SECRET: "xxx_stream_maker_123_xxx"
STREAM_UI_REDIS_URL: "redis://:pass123@47.84.62.226:6379/3"
FRONTEND_BASE_URL: "https://hlstiktok.com"
FRONTEND_BASE_URL: "http://stream-ui-svc"
---
kind: Service
apiVersion: v1