diff --git a/abra.sh b/abra.sh index d0cdcaa..7007d7c 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export APP_CONFIG_VERSION=v1 +export APP_CONFIG_VERSION=v2 export DB_CONFIG_VERSION=v1 export ENTRYPOINT_VERSION=v1 export PRODUCTION_ENV_VERSION=v1 diff --git a/app_config.yml.tmpl b/app_config.yml.tmpl index bed97f4..eb02e53 100644 --- a/app_config.yml.tmpl +++ b/app_config.yml.tmpl @@ -112,7 +112,7 @@ default: &defaults # order_by_articles: true # Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer. - page_footer: "{{ env "FOODCOOP_FOOTER" }}" + page_footer: {{ env "FOODCOOP_FOOTER" }} # Custom CSS for the foodcoop #custom_css: 'body { background-color: #fcffba; }'