update 优化 将公钥放置到配置文件方便修改 删除私钥避免泄漏

This commit is contained in:
疯狂的狮子Li
2023-07-12 16:57:22 +08:00
parent 5fa3f9a350
commit 73c14596ed
4 changed files with 10 additions and 12 deletions
+1
View File
@@ -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;