diff --git a/_install/templates/properties.json b/_install/templates/properties.json
index 04a5fffcac8d3d9d94b4abb896ca68e231f23c7f..cec38944086730c355010c27a7318021cf1f693d 100644
--- a/_install/templates/properties.json
+++ b/_install/templates/properties.json
@@ -3,6 +3,7 @@
   "status": "stable",
   "application": "{{application.name}}",
   "default_show_sidenav": true,
+  "widget_public_connect_available": true,
   "map": {
     "default_feature_zoom": 15,
     "draw_style": {
@@ -15,6 +16,7 @@
   "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}}"