cipherSetting.ts 206 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 // System default cache time, in seconds export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7; /** * @description: */ export const storageCipher = { key: '_12345678901234@', iv: '@12345678901234_', };