1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Add new redis key for email verification

This commit is contained in:
Rory Powell 2021-09-09 12:32:16 +01:00
parent 1b1675747c
commit a7576d86ba

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",