Optional ability to point ORACLE_LOG_LEVEL in the deployment configuration (#234)

This commit is contained in:
phahulin 2019-11-13 22:18:46 +03:00 committed by Alexander Kolotov
parent 5d770e8607
commit 84ecfc30d9

@ -1,6 +1,8 @@
## General settings
ORACLE_BRIDGE_MODE={{ ORACLE_BRIDGE_MODE }}
{% if ORACLE_LOG_LEVEL | default('') != '' %}
ORACLE_LOG_LEVEL={{ ORACLE_LOG_LEVEL }}
{% endif %}
## Home contract
COMMON_HOME_RPC_URL={{ COMMON_HOME_RPC_URL }}