fix(env): redis -> 172.16.103.224/sam2 -> 8000

This commit is contained in:
zhangheng
2026-04-09 11:21:34 +08:00
parent 9fb29b4b41
commit 32d061f470
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ export const getAuxiliaryAnnotation = (data: any) => {
const BASE_SAM_API =
process.env.NEXT_PUBLIC_ENV === "production"
? "http://172.16.103.224:9120"
? "http://172.16.103.224:8000"
: process.env.NEXT_PUBLIC_ENV === "staging"
? "http://172.30.21.211:8000"
: "http://172.30.21.211:8000"