mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
fix validation issues in the .env.docker file
This commit is contained in:
parent
c1c361ef9b
commit
02369cce66
1 changed files with 3 additions and 4 deletions
|
@ -202,7 +202,7 @@ APP_TIMEZONE="UTC"
|
||||||
#
|
#
|
||||||
# @default "false"
|
# @default "false"
|
||||||
# @see https://docs.pixelfed.org/technical-documentation/config/#account_delete_after
|
# @see https://docs.pixelfed.org/technical-documentation/config/#account_delete_after
|
||||||
# @dottie/validate required,boolean
|
# @dottie/validate required,boolean|number
|
||||||
#ACCOUNT_DELETE_AFTER="false"
|
#ACCOUNT_DELETE_AFTER="false"
|
||||||
|
|
||||||
# @default "Pixelfed - Photo sharing for everyone"
|
# @default "Pixelfed - Photo sharing for everyone"
|
||||||
|
@ -722,14 +722,13 @@ LOG_CHANNEL="stderr"
|
||||||
#
|
#
|
||||||
# @default "debug"
|
# @default "debug"
|
||||||
# @see https://docs.pixelfed.org/technical-documentation/config/#log_level
|
# @see https://docs.pixelfed.org/technical-documentation/config/#log_level
|
||||||
# @dottie/validate required,boolean
|
# @dottie/validate required,oneof=debug info notice warning error critical alert emergency
|
||||||
#LOG_LEVEL="debug"
|
#LOG_LEVEL="debug"
|
||||||
|
|
||||||
# Used by stderr.
|
# Used by stderr.
|
||||||
#
|
#
|
||||||
# @default ""
|
# @default ""
|
||||||
# @see https://docs.pixelfed.org/technical-documentation/config/#log_stderr_formatter
|
# @see https://docs.pixelfed.org/technical-documentation/config/#log_stderr_formatter
|
||||||
# @dottie/validate required
|
|
||||||
#LOG_STDERR_FORMATTER=""
|
#LOG_STDERR_FORMATTER=""
|
||||||
|
|
||||||
# Used by slack.
|
# Used by slack.
|
||||||
|
@ -984,7 +983,7 @@ DOCKER_APP_RUNTIME="apache"
|
||||||
# The Debian release variant to use of the [php] Docker image
|
# The Debian release variant to use of the [php] Docker image
|
||||||
#
|
#
|
||||||
# Examlpe: [bookworm] or [bullseye]
|
# Examlpe: [bookworm] or [bullseye]
|
||||||
# @dottie/validate required,oneof=bookwork bullseye
|
# @dottie/validate required,oneof=bookworm bullseye
|
||||||
DOCKER_APP_DEBIAN_RELEASE="bullseye"
|
DOCKER_APP_DEBIAN_RELEASE="bullseye"
|
||||||
|
|
||||||
# The [php] Docker image base type
|
# The [php] Docker image base type
|
||||||
|
|
Loading…
Reference in a new issue