relnet/.env.template

5 lines
164 B
Plaintext

PORT=5000
MONGODB_URI=mongodb://localhost:27017/friendship-network
JWT_SECRET=your_jwt_secret_key_change_this
APP_URL=http://localhost:3000
ENABLE_REGISTRATION=true