fix(config): set default_database_type; fixes #118

This commit is contained in:
Alexander Weidinger 2021-04-19 17:51:19 +02:00 committed by Javier Bértoli
parent 3b71be736e
commit 3bd3d1c74e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{% from "postfix/map.jinja" import postfix with context %} {% from "postfix/map.jinja" import postfix with context %}
{%- set default_database_type = postfix.get('config', {}).get('default_database_type', 'hash')%}
include: include:
- postfix - postfix