From 0f8911cd776ec0bb6369f0c9dd8958bda17ee646 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Wed, 17 Mar 2021 08:19:41 +0100 Subject: [PATCH] Add custom_portal link --- templates/config.production.json.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/config.production.json.j2 b/templates/config.production.json.j2 index 4f5f537..1eea7fc 100644 --- a/templates/config.production.json.j2 +++ b/templates/config.production.json.j2 @@ -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",