24 lines
841 B
Plaintext
24 lines
841 B
Plaintext
# 地址前缀
|
|
VITE_BASE = '/'
|
|
|
|
# 主服务
|
|
VITE_API_PREFIX = '/api'
|
|
VITE_API_BASE_URL = 'http://43.248.131.153:8001' # http://huanda.xueai.art http://106.54.11.219/api 43.248.131.153:8003
|
|
VITE_API_WS_URL = 'ws://huanda.xueai.art/api'
|
|
|
|
# 支付服务
|
|
VITE_API_PAY_PREFIX = '/pay'
|
|
VITE_API_PAY_TARGET = 'http://43.248.131.153:8091' # http://43.248.133.202 test.xueai.art
|
|
|
|
# AI Music后端服务
|
|
VITE_API_WORKFLOW_UPLOAD = 'http://43.248.131.153:8060/workflow/file/upload' # https://sxwz.xueai.art/workflow https://designtools.xueai.art/workflow
|
|
VITE_API_WORKFLOW_WS = 'ws://43.248.97.19:4000/huanda' # 43.248.131.153 43.248.131.153:8084
|
|
|
|
# 是否开启开发者工具
|
|
VITE_OPEN_DEVTOOLS = false
|
|
|
|
# 是否开启KKFileView
|
|
FILE_OPEN_PREVIEW = true
|
|
# KKFileView服务器地址
|
|
# FILE_VIEW_SERVER_URL = 'http://192.168.122.209:8012'
|