diff --git a/_install/templates/properties.json b/_install/templates/properties.json index 04a5fffcac8d3d9d94b4abb896ca68e231f23c7f..545d1e32eeb4b2c2111a57d49ccb179469e8ec58 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", }