1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Add new redis key for email verification

This commit is contained in:
Rory Powell 2021-09-09 12:32:16 +01:00
parent 5e268dce18
commit 2a62eb82be

View file

@ -8,6 +8,7 @@ const REDIS_PASSWORD = !env.REDIS_PASSWORD ? "budibase" : env.REDIS_PASSWORD
exports.Databases = {
PW_RESETS: "pwReset",
VERIFICATIONS: "verification",
INVITATIONS: "invitation",
DEV_LOCKS: "devLocks",
DEBOUNCE: "debounce",