From 3b6f6224e9b06a51af9f5b5445e28ffb2fbcd786 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 1 Jul 2021 18:29:26 +0200 Subject: [PATCH] Use the right value [ci skip] --- .env.sample | 2 +- abra.sh | 2 +- entrypoint.sh.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.sample b/.env.sample index 6b38dd9..84c78f6 100644 --- a/.env.sample +++ b/.env.sample @@ -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= diff --git a/abra.sh b/abra.sh index f9f446e..61c0743 100644 --- a/abra.sh +++ b/abra.sh @@ -1,5 +1,5 @@ # shellcheck disable=SC2148 -export ENTRYPOINT_CONF_VERSION=v4 +export ENTRYPOINT_CONF_VERSION=v5 #MASTO_APP_DIR="mastodon/public" sub_rake() { diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index d0059a2..915a101 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -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 }}