UNPKG

tav-ui

Version:
10 lines (8 loc) 279 B
const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7; const cacheCipher = { key: "_11111000001111@", iv: "@11111000001111_" }; const enableStorageEncryption = false; export { DEFAULT_CACHE_TIME, cacheCipher, enableStorageEncryption }; //# sourceMappingURL=encryptionSetting2.mjs.map