vue-vben-admin/src/settings/cipherSetting.ts

11 lines
206 B
TypeScript
Raw Normal View History

2020-10-27 22:53:31 +08:00
// System default cache time, in seconds
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
2020-09-28 20:19:10 +08:00
/**
* @description:
*/
export const storageCipher = {
key: '_12345678901234@',
iv: '@12345678901234_',
};