You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
455 B
22 lines
455 B
# 标题
|
|
VITE_APP_TITLE=瑞沃管理系统
|
|
|
|
# 项目本地运行端口号
|
|
VITE_PORT=80
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN=true
|
|
|
|
# 租户开关
|
|
VITE_APP_TENANT_ENABLE=true
|
|
|
|
# 验证码的开关
|
|
VITE_APP_CAPTCHA_ENABLE=true
|
|
|
|
# 文档地址的开关
|
|
VITE_APP_DOCALERT_ENABLE=false
|
|
|
|
# 默认账户密码
|
|
VITE_APP_DEFAULT_LOGIN_TENANT = 瑞沃源码
|
|
VITE_APP_DEFAULT_LOGIN_USERNAME = admin
|
|
VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123
|
|
|