Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORT=5000
MONGO_URI=your_mongodb_atlas_connection_string
JWT_SECRET=your_super_secret_key_here
TWO_FACTOR_ENCRYPTION_KEY=your_64_character_hex_key_here # Must be a 32-byte hex key (64 hex characters)
CLIENT_ORIGIN=your_deployed_frontend_url
FRONTEND_URL=http://localhost:5173
JWT_EXPIRES_IN=7d
Expand Down