···119# How often to check for scheduled account deletions (default: 3600 = 1 hour)
120# SCHEDULED_DELETE_CHECK_INTERVAL_SECS=3600
121# =============================================================================
000000000122# Miscellaneous
123# =============================================================================
124# Allow HTTP for proxy requests (development only)
···119# How often to check for scheduled account deletions (default: 3600 = 1 hour)
120# SCHEDULED_DELETE_CHECK_INTERVAL_SECS=3600
121# =============================================================================
122+# Moderation / Report Service
123+# =============================================================================
124+# If configured, moderation reports will be proxied to this service
125+# instead of being stored locally. The service should implement the
126+# com.atproto.moderation.createReport endpoint (e.g., Bluesky's Ozone).
127+# Both URL and DID must be set for proxying to be enabled.
128+# REPORT_SERVICE_URL=https://mod.bsky.app
129+# REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac
130+# =============================================================================
131# Miscellaneous
132# =============================================================================
133# Allow HTTP for proxy requests (development only)