mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
14 lines
583 B
Bash
14 lines
583 B
Bash
VITE_APP_API=api
|
|
#登录与权限关闭
|
|
VITE_APP_PM_ENABLED=true
|
|
VITE_APP_TITLE=Certd
|
|
VITE_APP_SLOGAN=让你的证书永不过期
|
|
VITE_APP_COPYRIGHT_YEAR=2021-2026
|
|
VITE_APP_COPYRIGHT_NAME=handsfree.work
|
|
VITE_APP_COPYRIGHT_URL=https://certd.handsfree.work
|
|
VITE_APP_LOGO=static/images/logo/logo.svg
|
|
VITE_APP_LOGIN_LOGO=static/images/logo/rect-black.svg
|
|
VITE_APP_PROJECT_PATH=https://github.com/certd/certd
|
|
VITE_APP_NAMESPACE=fs
|
|
# VITE_APP_VIP_PRODUCT_URL="http://localhost:1017/subject#/app/certd/product"
|
|
VITE_APP_VIP_PRODUCT_URL="https://app.handfree.work/subject#/app/certd/product" |