add mq and redis
This commit is contained in:
parent
ef6380395c
commit
91b5cce39b
@ -1,3 +1,5 @@
|
||||
import { createUserConfig } from '@/modules/user/config';
|
||||
|
||||
export const user = createUserConfig(() => ({}));
|
||||
export const user = createUserConfig(() => ({
|
||||
hash: 10,
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user