update 优化 将公钥放置到配置文件方便修改 删除私钥避免泄漏
This commit is contained in:
Vendored
+1
@@ -67,6 +67,7 @@ interface ImportMetaEnv {
|
||||
VITE_APP_MONITRO_ADMIN: string;
|
||||
VITE_APP_POWERJOB_ADMIN: string;
|
||||
VITE_APP_ENV: string;
|
||||
VITE_APP_RSA_PUBLIC_KEY: string;
|
||||
}
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
|
||||
Reference in New Issue
Block a user