# App
SITECOPILOT_BASE_URL=https://docs.example.com # public base url
SITECOPILOT_PORT=8080
# Database (MySQL)
MYSQL_ROOT_PASSWORD=ChangeMeRoot!
MYSQL_DATABASE=sitecopilot
MYSQL_USER=sc_user
MYSQL_PASSWORD=ChangeMeDB!
MYSQL_HOST=mysql
MYSQL_PORT=3306
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=
# Admin/initial token (optional; create via dashboard otherwise)
SITECOPILOT_ADMIN_TOKEN=
# Storage (optional)
# If using S3-compatible storage for uploads
S3_ENDPOINT=
S3_BUCKET=
S3_REGION=
S3_KEY=
S3_SECRET=
# Email (optional)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
# Other
LOG_LEVEL=info