|
@@ -113,7 +113,7 @@ APP_TIMEZONE="${TZ}"
|
|
# Defaults to "en".
|
|
# Defaults to "en".
|
|
#
|
|
#
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#app_fallback_locale
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#app_fallback_locale
|
|
-APP_FALLBACK_LOCALE="en"
|
|
|
|
|
|
+#APP_FALLBACK_LOCALE="en"
|
|
|
|
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#limit_account_size
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#limit_account_size
|
|
#LIMIT_ACCOUNT_SIZE="true"
|
|
#LIMIT_ACCOUNT_SIZE="true"
|
|
@@ -368,7 +368,7 @@ MAIL_FROM_NAME="Pixelfed @ ${APP_DOMAIN}"
|
|
# Defaults to "localhost".
|
|
# Defaults to "localhost".
|
|
#
|
|
#
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#redis_host
|
|
# See: https://docs.pixelfed.org/technical-documentation/config/#redis_host
|
|
-REDIS_HOST="cache"
|
|
|
|
|
|
+REDIS_HOST="redis"
|
|
|
|
|
|
# Defaults to null.
|
|
# Defaults to null.
|
|
#
|
|
#
|