mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-21 21:48:12 +00:00
修复默认缓存过期时间问题
This commit is contained in:
parent
399bfb783c
commit
6dbbb3d764
@ -1,6 +1,6 @@
|
|||||||
import { CoolConfig, MODETYPE } from '@cool-midway/core';
|
import { CoolConfig, MODETYPE } from '@cool-midway/core';
|
||||||
import { MidwayConfig } from '@midwayjs/core';
|
import { MidwayConfig } from '@midwayjs/core';
|
||||||
import * as fsStore from 'cache-manager-fs-hash';
|
import * as fsStore from '@cool-midway/cache-manager-fs-hash';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// use for cookie sign key, should change to your own and keep security
|
// use for cookie sign key, should change to your own and keep security
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user