Use the right value [ci skip]

This commit is contained in:
decentral1se 2021-07-01 18:29:26 +02:00
parent 58151764a6
commit 3b6f6224e9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ DEFAULT_LOCALE=en
# OpenID Connect
# --------------
# COMPOSE_FILE="compose.yml:compose.oidc.yml"
# OIDC_ENABLED=
# OIDC_ENABLED=true
# OIDC_DISPLAY_NAME=
# OIDC_ISSUER=
# OIDC_DISCOVERY=

View File

@ -1,5 +1,5 @@
# shellcheck disable=SC2148
export ENTRYPOINT_CONF_VERSION=v4
export ENTRYPOINT_CONF_VERSION=v5
#MASTO_APP_DIR="mastodon/public"
sub_rake() {

View File

@ -29,7 +29,7 @@ file_env "SECRET_KEY_BASE"
file_env "SMTP_PASSWORD"
file_env "VAPID_PRIVATE_KEY"
{{ if eq (env "OIDC_ENABLED") "1" }}
{{ if eq (env "OIDC_ENABLED") "true" }}
file_env "OIDC_CLIENT_SECRET"
{{ end }}