first commit
This commit is contained in:
16
env/.env.test
vendored
Normal file
16
env/.env.test
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# 测试环境
|
||||
APP_TITLE='test'
|
||||
# 端口
|
||||
APP_PORT=48438
|
||||
|
||||
# 协议
|
||||
APP_PROTOCOL=http://
|
||||
|
||||
# 接口路径
|
||||
|
||||
API_PATH=xxxx
|
||||
|
||||
# 接口地址
|
||||
EO_API_URL=https://lingjiapi.lvfunai.com/api
|
||||
|
||||
VITE_ENV='test'
|
||||
Reference in New Issue
Block a user