From 7db513b366dfaa123637ea28cf1392a35c32450d Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Fri, 5 Jan 2024 18:16:38 +0000 Subject: [PATCH] sync --- contrib/docker-compose/.env | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/contrib/docker-compose/.env b/contrib/docker-compose/.env index 7c70f3cf6..54f2bb10d 100644 --- a/contrib/docker-compose/.env +++ b/contrib/docker-compose/.env @@ -88,7 +88,7 @@ ADMIN_DOMAIN="${APP_DOMAIN}" PF_MAX_USERS="false" # See: https://docs.pixelfed.org/technical-documentation/config/#oauth_enabled -# OAUTH_ENABLED="true" +OAUTH_ENABLED="true" # Defaults to "UTC". # @@ -167,13 +167,6 @@ APP_TIMEZONE="${TZ}" # See: https://docs.pixelfed.org/technical-documentation/config/#max_album_length #MAX_ALBUM_LENGTH="4" -# Set the image optimization quality, must be a value between 1-100. -# -# Defaults to "80". -# -# See: https://docs.pixelfed.org/technical-documentation/config/#image_quality -#IMAGE_QUALITY="80" - # Resize and optimize image uploads. # # Defaults to "true". @@ -181,6 +174,13 @@ APP_TIMEZONE="${TZ}" # See: https://docs.pixelfed.org/technical-documentation/config/#pf_optimize_images #PF_OPTIMIZE_IMAGES="true" +# Set the image optimization quality, must be a value between 1-100. +# +# Defaults to "80". +# +# See: https://docs.pixelfed.org/technical-documentation/config/#image_quality +#IMAGE_QUALITY="80" + # Resize and optimize video uploads. # # Defaults to "true". @@ -487,7 +487,7 @@ CACHE_DRIVER="redis" # Defaults to "true". # # See: https://docs.pixelfed.org/technical-documentation/config/#exp_emc -#EXP_EMC="true" +EXP_EMC="true" ############################################################### # ActivityPub confguration @@ -496,7 +496,7 @@ CACHE_DRIVER="redis" # Defaults to "false". # # See: https://docs.pixelfed.org/technical-documentation/config/#activity_pub -#ACTIVITY_PUB="false" +ACTIVITY_PUB="true" # Defaults to "true". # @@ -721,7 +721,7 @@ LOG_CHANNEL="stderr" # - "null" (default) # # See: https://docs.pixelfed.org/technical-documentation/config/#broadcast_driver -#BROADCAST_DRIVER= +BROADCAST_DRIVER=redis ############################################################### # Other settings