# # Database Configuration
# DATABASE_URL=postgresql://postgres:Halgwrd.12321@localhost:5432/shadow
# DB_HOST=localhost
# DB_PORT=5432
# DB_NAME=postgres
# DB_USER=postgres
# DB_PASSWORD=Halgwrd.12321


# Database Configuration
DATABASE_URL=postgresql://postgres:Halgwrd.12321@localhost:5432/postgres
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
DB_USER=postgres
DB_PASSWORD=Halgwrd.12321


# Redis Configuration
REDIS_URL=redis://localhost:6379
REDIS_HOST=localhost
REDIS_PORT=6379

# JWT Configuration
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
JWT_EXPIRES_IN=7d

# AWS S3 Configuration
AWS_REGION=us-west-2
AWS_ACCESS_KEY_ID=AKIA5H7LPW7XNBIMN25U
AWS_SECRET_ACCESS_KEY=AjB8fkEcwRzyj73jjspoXWQnIBv9j++8ysZVxRZ1
S3_BUCKET_NAME=shadowarchive
S3_BUCKET_REGION=us-west-2

# Server Configuration
PORT=3001
NODE_ENV=development
CORS_ORIGIN=http://localhost:5173

# File Upload Configuration
MAX_FILE_SIZE=104857600
ALLOWED_FILE_TYPES=*

# Email Configuration (for notifications)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password

# Application Configuration
APP_NAME=CloudVault
APP_URL=http://localhost:5173
ADMIN_EMAIL=admin@cloudstorage.com