# Environment variables for DSL Executor
# Database (required for server mode)
DATABASE_URL=postgres://user:password@localhost:5432/dsl_executor
# JWT Secret (required for server mode)
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
# AWS Credentials (optional, for S3 storage)
# AWS_ACCESS_KEY_ID=your-access-key
# AWS_SECRET_ACCESS_KEY=your-secret-key
# AWS_REGION=us-east-1
# OAuth Providers (optional)
# GITHUB_CLIENT_ID=your-github-client-id
# GITHUB_CLIENT_SECRET=your-github-client-secret
# GOOGLE_CLIENT_ID=your-google-client-id
# GOOGLE_CLIENT_SECRET=your-google-client-secret
# Monitoring (optional)
# JAEGER_ENDPOINT=http://localhost:14268/api/traces
# LOG_LEVEL=info
# Redis (optional, for Redis queue)
# REDIS_URL=redis://localhost:6379/0