Jpom/web-vue/.env
2024-06-13 16:59:15 +08:00

14 lines
251 B
Bash

JPOM_APP_TITLE=项目运维系统
JPOM_BASE_URL=./
JPOM_BASE_API_URL=/api/
JPOM_PORT=3000
# 百度翻译配置
BAIDU_FY_ID='xxx'
BAIDU_FY_SECRET='xxx'
BAIDU_FY_GRANT_TYPE='xxxx'
# i18n 日志 VERBOSE
CLI_VERBOSE = 1
# i18n 日志 debug
CLI_DEBUG = 1