Ben Lin
2024-06-18 ebbd788fbb2c0b45d4473798efc57eec8ba74a25
src/settings/encryptionSetting.ts
@@ -1,4 +1,4 @@
import { isDevMode } from '/@/utils/env';
import { isDevMode } from '@/utils/env';
// System default cache time, in seconds
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
@@ -10,4 +10,4 @@
};
// Whether the system cache is encrypted using aes
export const enableStorageEncryption = !isDevMode();
export const SHOULD_ENABLE_STORAGE_ENCRYPTION = !isDevMode();