You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
426 B
Plaintext
20 lines
426 B
Plaintext
# 页面标题
|
|
VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 开发环境
|
|
VITE_APP_BASE_API = '/dev-api'
|
|
|
|
# 应用访问路径 例如使用前缀 /admin/
|
|
VITE_APP_CONTEXT_PATH = '/'
|
|
|
|
# 监控地址
|
|
VITE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/applications'
|
|
|
|
# powerjob 控制台地址
|
|
VITE_APP_POWERJOB_ADMIN = 'http://localhost:7700/'
|
|
|
|
VITE_APP_PORT = 80
|