# Database Connection Configuration - FOR TESTING ONLY
# MySQL Connection
MYSQL_URL=mysql://testuser:testpassword123@mysql.example.com:3306/testdb

# PostgreSQL Connection
POSTGRES_URL=postgresql://admin:secretpass456@postgres.example.com:5432/production

# MongoDB Connection
MONGODB_URI=mongodb://mongouser:mongopass789@mongodb.example.com:27017/appdb?authSource=admin

# Redis Connection
REDIS_URL=redis://:redispass123@redis.example.com:6379/0

# Database Variables
DATABASE_URL=postgres://appuser:apppassword@db.example.com:5432/appdb
DB_CONNECTION=mysql://root:rootpassword@localhost:3306/myapp
DB_PASSWORD=super_secret_db_password_2024

# Environment
NODE_ENV=development
DEBUG=true