From b0fea9f729654d8453d56b2946d8df579ac97973 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Fernandez?= <mickael.fernandez@veremes.com>
Date: Thu, 27 Jan 2022 09:35:28 +0100
Subject: [PATCH] Modification template properties

---
 _install/templates/properties.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/_install/templates/properties.json b/_install/templates/properties.json
index 04a5fffc..545d1e32 100644
--- a/_install/templates/properties.json
+++ b/_install/templates/properties.json
@@ -1,8 +1,8 @@
 {
   {% if not client_properties_exists %}
-  "status": "stable",
   "application": "{{application.name}}",
   "default_show_sidenav": true,
+  "widget_public_connect_available": true,
   "map": {
     "default_feature_zoom": 15,
     "draw_style": {
@@ -15,7 +15,9 @@
   "documentation": [],
   {% endif %}
   "app_api_url": "https://[hostname]{{API_ALIAS}}/v2",
+  "proxy_url": "https://[hostname]{{API_ALIAS}}/v2/proxy/proxy",
   "version": "{{application.branch}}",
   "build": "{{APP_BUILD}}",
-  "month_year": "{{MONTH_YEAR}}"
+  "month_year": "{{MONTH_YEAR}}",
+  "status": "stable",
 }
-- 
GitLab