fix(config): set default_database_type; fixes #118
This commit is contained in:
parent
3b71be736e
commit
3bd3d1c74e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user