Skip to content

Commit

Permalink
Fixes the bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnendu19 committed Jun 10, 2024
1 parent 1121797 commit ebc3c3f
Show file tree
Hide file tree
Showing 5 changed files with 744 additions and 35 deletions.
18 changes: 9 additions & 9 deletions .env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PORT=3000
MONGODB_URI=mongodb+srv://swarnendumaity633:[email protected]
CORS_ORIGIN=*
ACCESS_TOKEN_SECRET=chai-aur-code
ACCESS_TOKEN_EXPIRY=1d
REFRESH_TOKEN_SECRET=chai-aur-backend
REFRESH_TOKEN_EXPIRY=10d
# CORS_ORIGIN=*
# ACCESS_TOKEN_SECRET=chai-aur-code
# ACCESS_TOKEN_EXPIRY=1d
# REFRESH_TOKEN_SECRET=chai-aur-backend
# REFRESH_TOKEN_EXPIRY=10d

PRODUCT_PER_PAGE= 8
# PRODUCT_PER_PAGE= 8

CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
# CLOUDINARY_CLOUD_NAME=
# CLOUDINARY_API_KEY=
# CLOUDINARY_API_SECRET=
Loading

0 comments on commit ebc3c3f

Please sign in to comment.