diff --git a/entrypoint.sh b/entrypoint.sh index a05580d..e0b2a0e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,6 +20,7 @@ if [ ! -f "$CONFIG_FILE" ]; then "enable_v3": ${HB_ENABLE_V3:-true}, "enable_themes": ${HB_ENABLE_THEMES:-true}, "publicUrl": "${HB_PUBLIC_URL}", + "local_environments": ["${HB_LOCAL_ENVIRONMENT:-"docker"}"] "mongodb_uri": "${HB_DB_URI}", "hb_images": ${HB_IMAGES:-null}, "hb_fonts": ${HB_FONTS:-null}