ironGym/.env
2025-06-19 23:16:02 +03:00

16 lines
409 B
Bash

# MongoDB Configuration
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=DaStrongPassword123!
MONGO_INITDB_DATABASE=Infinity
# Application Configuration
NODE_ENV=development
NEXT_PUBLIC_API_URL=http://localhost:3001
# Admin Account
ADMIN_USERNAME=admin
ADMIN_PASSWORD=ChangeThisPassword123!
# Database Connection
DB_URI=mongodb://root:DaStrongPassword123!@mongodb:27017/Infinity?authSource=admin