Add custom_portal link

This commit is contained in:
Dryusdan 2021-03-17 08:19:41 +01:00
parent a60fe7e2e9
commit 0f8911cd77
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@
"transport": "Direct"
{% endif %}
},
{% if item.custom_portal is defined %}
"portal": {
"url": "{{item.custom_portal}}",
"version": "~1.0.0"
}
{% endif %}
"logging": {
"path": "/var/log/ghost/{{ item.name }}/",
"level": "error",