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.
17 lines
452 B
17 lines
452 B
# 端口号 |
|
VITE_PORT = 3100 |
|
|
|
# 网站标题 |
|
VITE_GLOB_APP_TITLE = 康来智慧冷链平台 |
|
|
|
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 |
|
VITE_GLOB_APP_SHORT_NAME = kicc_admin |
|
|
|
# client |
|
VITE_GLOB_CLIENT_ID = kicc |
|
|
|
# client-secret |
|
VITE_GLOB_CLIENT_SECRET = kicc |
|
|
|
# 网关ase密码解密密钥,保持跟后端密钥一致,必须要有否则登录会失败的 |
|
VITE_GLOB_GATEWAY_ASE_ENCODE_SECRET = changsha-kanglai
|
|
|