fix(env): redis -> 172.16.103.224/sam2 -> 8000
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user