cipherSetting.ts 206 Bytes
// System default cache time, in seconds
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;

/**
 * @description:
 */
export const storageCipher = {
  key: '_12345678901234@',
  iv: '@12345678901234_',
};