Dwinzo-Beta-Backend/.env

6 lines
173 B
Bash
Raw Normal View History

LOCAL_MONGO_URI=mongodb://127.0.0.1:27017/
MONGO_USER=adminForever
MONGO_PASSWORD=Pass@2025@admin
DOCKER_MONGO_URI=mongodb://mongo/
JWT_SECRET=your_jwt_secret
PORT=2001