Real-Dev-Squad / tiny-site-backend

MIT License
3 stars 5 forks source link

Add token validity and Max_Url_Count in env for production #116

Closed vinit717 closed 4 months ago

vinit717 commented 4 months ago

Issue Description

As we are added uniform config packages we need to add these two values in env/secret TOKEN_VALIDITY_IN_SECONDS= 31536000 and USER_MAX_URL_COUNT=50

prakashchoudhary07 commented 4 months ago

Done, added the the values to env Thanks for the info