feat(other): init
This commit is contained in:
29
.env.test
Normal file
29
.env.test
Normal file
@@ -0,0 +1,29 @@
|
||||
# 资源公共路径,需要以 /开头和结尾
|
||||
VITE_PUBLIC_PATH='/'
|
||||
|
||||
# 是否启用MOCK
|
||||
VITE_USE_MOCK=false
|
||||
|
||||
# 是否启用代理
|
||||
VITE_USE_PROXY=false
|
||||
|
||||
# 是否启用压缩
|
||||
VITE_USE_COMPRESS=true
|
||||
|
||||
# 压缩类型
|
||||
VITE_COMPRESS_TYPE=gzip
|
||||
|
||||
# base api
|
||||
VITE_BASE_API='//test.wanzhuanyongcheng.cn/admin'
|
||||
|
||||
VITE_WS1_URL='game.wanzhuanyongcheng.cn/dice/home'
|
||||
|
||||
VITE_WS_URL='test.wanzhuanyongcheng.cn/admin/data'
|
||||
|
||||
VITE_GAME_API='https://game.wanzhuanyongcheng.cn'
|
||||
|
||||
VITE_MER_LOGIN_URL='//jdt-test-mer.wanzhuanyongcheng.cn/login'
|
||||
|
||||
# 转盘相关
|
||||
VITE_TRUN_WS_URL='test.wanzhuanyongcheng.cn/admin/turntable'
|
||||
VITE_TRUN_WS1_URL='game2.wanzhuanyongcheng.cn/turntable/home'
|
||||
Reference in New Issue
Block a user