# Database (individual connection params) DB_HOST=localhost DB_PORT=5432 DB_NAME=timesheetgenerate_db DB_USER=postgres DB_PASSWORD=postgres # Or use a full connection string (for AWS RDS) # DATABASE_URL=postgres://user:password@your-rds-hostname.xxxxx.rds.amazonaws.com:5432/timesheetgenerate_db # Server PORT=3000 # API (for CLI usage) API_URL=http://localhost:3000 API_KEY=your-api-key-here # AWS Configuration AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=your-access-key AWS_SECRET_ACCESS_KEY=your-secret-key S3_BUCKET=your-s3-bucket-name # Local export directory (in home directory) LOCAL_EXPORT_DIR=.service-timesheetgenerate/exports