15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
# 只在预发布模式中被载入
|
|
VITE_NODE_ENV = 'staging'
|
|
|
|
# 公共基础路径, 详见: https://cn.vitejs.dev/guide/build.html#public-base-path
|
|
VITE_BASE_URL = /
|
|
|
|
# 端口
|
|
VITE_PORT = 10010
|
|
|
|
# base api url
|
|
VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/'
|
|
|
|
Y_CODE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/'
|
|
Y_CODE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/'
|
|
Y_CODE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/' |