Files
MangoTestingPlatform/mango-console/.env.master

11 lines
574 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
BUILD_PATH=/
VITE_APP_ENV='master'
# 请输入你的后端IP和端口示例
VITE_APP_BASE_URL = 'http://127.0.0.1:8000'
# 请输入你的后端IP和端口示例
VITE_APP_SOCKET_URL = 'ws://127.0.0.1:8000/web/socket?'
# 如果是后端开启了minio则配置minio的地址,示例:'http://127.0.0.1:9000'
# 如果后端没有开启minio则直接配置为http请求地址和VITE_APP_BASE_URL保持一致示例'http://localhost:8000'
VITE_APP_MINIO_URL = 'http://127.0.0.1:9000'
# 是否开启首页弹窗 true:开启 false:关闭
VITE_IS_INDEX_WINDOW = 'true'