forked from LondheShubham153/tws-e-commerce-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
10 lines (8 loc) · 565 Bytes
/
.env
File metadata and controls
10 lines (8 loc) · 565 Bytes
1
2
3
4
5
6
7
8
9
10
# Database Configuration
MONGODB_URI=mongodb://easyshop-mongodb:27017/easyshop
# NextAuth Configuration
NEXTAUTH_URL=http://localhost:3000 # Replace with your EC2 instance's public IP or put localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:3000/api # Replace with your EC2 instance's public IP or put localhost:3000/api
NEXTAUTH_SECRET=HmaFjYZ2jbUK7Ef+wZrBiJei4ZNGBAJ5IdiOGAyQegw= # Generate this using the command below
# JWT Configuration
JWT_SECRET=e5e425764a34a2117ec2028bd53d6f1388e7b90aeae9fa7735f2469ea3a6cc8c # Generate this using the command below