From 8a3452c02ec6d0cee212e63ad6c18edcf782aedc Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Mon, 12 Jul 2021 10:36:19 +0200 Subject: [PATCH] Add missing APP_DEPLOYMENT_ENV env variable --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index a1bfef4..69d0378 100644 --- a/.env +++ b/.env @@ -33,6 +33,9 @@ KEYCLOAK_CLIENT_SECRET= APP_BUILDINFO=unknown # a git hash or something identifying the build APP_BUILDINFO_URL='#' +# Defines the deployment environment +APP_DEPLOYMENT_ENV='local' + # Secret token for the starter bundle example # This is just a defaule. # Create a ".env.local" file which is excluded from git to set it -- GitLab