mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
BUILD_PATH=/
|
|
VITE_APP_ENV='dev'
|
|
VITE_APP_BASE_URL = 'http://127.0.0.1:8000'
|
|
VITE_APP_SOCKET_URL = 'ws://127.0.0.1:8000/web/socket?'
|
|
VITE_APP_MINIO_URL = 'http://127.0.0.1:8000'
|
|
VITE_IS_INDEX_WINDOW = 'false' |