move the database and mailer to own log sub dir, add all email change logic
This commit is contained in:
parent
ddd00e3f85
commit
a783a0e663
26 changed files with 808 additions and 225 deletions
6
src/environment/constants/user/update.ts
Normal file
6
src/environment/constants/user/update.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
const emailUpdateTimes = {
|
||||
coolDownMinutes: 5,
|
||||
tokenExpiryHours: 3,
|
||||
};
|
||||
|
||||
export { emailUpdateTimes };
|
Loading…
Add table
Add a link
Reference in a new issue