default bluesky posts true

This commit is contained in:
Evan Jarrett
2025-10-23 16:23:38 -05:00
parent 751fa1a3f0
commit a8815737fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ HOLD_ALLOW_ALL_CREW=false
# See docs/BLUESKY_MANIFEST_POSTS.md for setup instructions.
#
# Default: false
HOLD_BLUESKY_POSTS_ENABLED=false
HOLD_BLUESKY_POSTS_ENABLED=true
# ==============================================================================
# S3/UpCloud Object Storage Configuration
+1 -1
View File
@@ -97,7 +97,7 @@ services:
HOLD_ALLOW_ALL_CREW: ${HOLD_ALLOW_ALL_CREW:-false}
HOLD_PUBLIC: ${HOLD_PUBLIC:-false}
HOLD_OWNER: ${HOLD_OWNER:-}
HOLD_BLUESKY_POSTS_ENABLED: ${HOLD_BLUESKY_POSTS_ENABLED:-false}
HOLD_BLUESKY_POSTS_ENABLED: ${HOLD_BLUESKY_POSTS_ENABLED:-true}
# Embedded PDS configuration
HOLD_DATABASE_DIR: ${HOLD_DATABASE_DIR:-/var/lib/atcr-hold}