fix validation

This commit is contained in:
Christian Winther 2024-02-19 00:48:36 +00:00
parent 9a1c4d42b5
commit 4dc15bb37d
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ SESSION_DRIVER="redis"
#
# @default the value of APP_DOMAIN, or null.
# @see https://docs.pixelfed.org/technical-documentation/config/#session_domain
# @dottie/validate required,domain
# @dottie/validate required,hostname
#SESSION_DOMAIN="${APP_DOMAIN}"
################################################################################