mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
sync
This commit is contained in:
parent
76e1199dc7
commit
7db513b366
1 changed files with 11 additions and 11 deletions
|
@ -88,7 +88,7 @@ ADMIN_DOMAIN="${APP_DOMAIN}"
|
||||||
PF_MAX_USERS="false"
|
PF_MAX_USERS="false"
|
||||||
|
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#oauth_enabled
|
# See: https://docs.pixelfed.org/technical-documentation/config/#oauth_enabled
|
||||||
# OAUTH_ENABLED="true"
|
OAUTH_ENABLED="true"
|
||||||
|
|
||||||
# Defaults to "UTC".
|
# Defaults to "UTC".
|
||||||
#
|
#
|
||||||
|
@ -167,13 +167,6 @@ APP_TIMEZONE="${TZ}"
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#max_album_length
|
# See: https://docs.pixelfed.org/technical-documentation/config/#max_album_length
|
||||||
#MAX_ALBUM_LENGTH="4"
|
#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.
|
# Resize and optimize image uploads.
|
||||||
#
|
#
|
||||||
# Defaults to "true".
|
# Defaults to "true".
|
||||||
|
@ -181,6 +174,13 @@ APP_TIMEZONE="${TZ}"
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#pf_optimize_images
|
# See: https://docs.pixelfed.org/technical-documentation/config/#pf_optimize_images
|
||||||
#PF_OPTIMIZE_IMAGES="true"
|
#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.
|
# Resize and optimize video uploads.
|
||||||
#
|
#
|
||||||
# Defaults to "true".
|
# Defaults to "true".
|
||||||
|
@ -487,7 +487,7 @@ CACHE_DRIVER="redis"
|
||||||
# Defaults to "true".
|
# Defaults to "true".
|
||||||
#
|
#
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#exp_emc
|
# See: https://docs.pixelfed.org/technical-documentation/config/#exp_emc
|
||||||
#EXP_EMC="true"
|
EXP_EMC="true"
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# ActivityPub confguration
|
# ActivityPub confguration
|
||||||
|
@ -496,7 +496,7 @@ CACHE_DRIVER="redis"
|
||||||
# Defaults to "false".
|
# Defaults to "false".
|
||||||
#
|
#
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#activity_pub
|
# See: https://docs.pixelfed.org/technical-documentation/config/#activity_pub
|
||||||
#ACTIVITY_PUB="false"
|
ACTIVITY_PUB="true"
|
||||||
|
|
||||||
# Defaults to "true".
|
# Defaults to "true".
|
||||||
#
|
#
|
||||||
|
@ -721,7 +721,7 @@ LOG_CHANNEL="stderr"
|
||||||
# - "null" (default)
|
# - "null" (default)
|
||||||
#
|
#
|
||||||
# See: https://docs.pixelfed.org/technical-documentation/config/#broadcast_driver
|
# See: https://docs.pixelfed.org/technical-documentation/config/#broadcast_driver
|
||||||
#BROADCAST_DRIVER=
|
BROADCAST_DRIVER=redis
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
# Other settings
|
# Other settings
|
||||||
|
|
Loading…
Reference in a new issue