# Application
NODE_ENV=development
PORT=3002
API_VERSION=v1
CORS_ORIGIN=*

# Authentication
JWT_SECRET=yyudsvfgtrttbwy7368BUDBWEFYdvw00dsdddf
JWT_ACCESS_EXPIRY=1h
JWT_REFRESH_SECRET=dgasve5e23341_+dadadsdadsdfwfw
JWT_REFRESH_EXPIRY=7d

# Database 

#DATABASE_URL=postgresql://admin:Z78fxI5SkvDdUS7HScS5DvLWzNn9fhdw@dpg-d0q0k3uuk2gs73a410a0-a.singapore-postgres.render.com/ctf_9snv

DATABASE_URL=postgresql://postgres:football@localhost:5432/ctf_local


# Email
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=user@example.com
SMTP_PASSWORD=your_smtp_password
EMAIL_FROM=noreply@ctfplatform.com

# File Storage
STORAGE_TYPE=local # or s3
STORAGE_LOCAL_PATH=./uploads

# S3 Configuration (if STORAGE_TYPE=s3)
S3_ACCESS_KEY=your_s3_access_key
S3_SECRET_KEY=your_s3_secret_key
S3_BUCKET=your_s3_bucket
S3_REGION=us-east-1

# Monitoring
SENTRY_DSN=your_sentry_dsn

# Payments (if implementing premium features)
STRIPE_SECRET_KEY=your_stripe_secret_keyADMIN_SECRET=your_secure_admin_secret
ADMIN_SECRET=Admin@1234