forked from 77media/video-flow
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
|
|
# 临时使用旧域名配置,等待后端更新
|
|
NEXT_PUBLIC_JAVA_URL = https://auth.test.movieflow.ai
|
|
NEXT_PUBLIC_BASE_URL = https://77.smartvideo.py.qikongjian.com
|
|
NEXT_PUBLIC_CUT_URL = https://77.smartcut.py.qikongjian.com
|
|
# NEXT_PUBLIC_JAVA_URL = https://auth.movieflow.ai
|
|
# NEXT_PUBLIC_BASE_URL = https://api.video.movieflow.ai
|
|
# NEXT_PUBLIC_CUT_URL = https://smartcut.movieflow.ai
|
|
|
|
# 当前域名配置
|
|
NEXT_PUBLIC_FRONTEND_URL = https://www.movieflow.ai
|
|
|
|
# 失败率配置
|
|
NEXT_PUBLIC_ERROR_CONFIG = 0.2
|