Removed developer experiments configuration

Developer experiments used to be required in v5 but as we've switched to v6 they are no longer required to enable activitypub and traffic analytics.
This commit is contained in:
Joe Grigg
2025-07-31 17:07:50 +01:00
committed by Joe Grigg
parent 9e7a3bf02a
commit 7c1f9f39f9
3 changed files with 3 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
# Use the below flags to enable the Analytics or ActivityPub containers as well
# Note: You must set ENABLE_DEVELOPER_EXPERIMENTS to `true` when enabling either profile below
# COMPOSE_PROFILES=analytics,activitypub
# Which Ghost version to run
@@ -23,10 +22,6 @@ DATABASE_PASSWORD=ghostpassword
# multiple sites on the same server
# GHOST_PORT=2368
# Developer Experiences must be enabled for
# both Traffic Analytics and ActivityPub
ENABLE_DEVELOPER_EXPERIMENTS=false
# ActivityPub
# If you'd prefer to self-host ActivityPub yourself uncomment the below line
# ACTIVITYPUB_TARGET=activitypub:8080