···119119# How often to check for scheduled account deletions (default: 3600 = 1 hour)
120120# SCHEDULED_DELETE_CHECK_INTERVAL_SECS=3600
121121# =============================================================================
122122+# Moderation / Report Service
123123+# =============================================================================
124124+# If configured, moderation reports will be proxied to this service
125125+# instead of being stored locally. The service should implement the
126126+# com.atproto.moderation.createReport endpoint (e.g., Bluesky's Ozone).
127127+# Both URL and DID must be set for proxying to be enabled.
128128+# REPORT_SERVICE_URL=https://mod.bsky.app
129129+# REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac
130130+# =============================================================================
122131# Miscellaneous
123132# =============================================================================
124133# Allow HTTP for proxy requests (development only)