Skip to content
Snippets Groups Projects
Commit e057ade5 authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Merge branch '208-proxy-url-non-present-dans-properties' into 'master'

Resolve "Proxy URL non présent dans properties"

Closes #208

See merge request Development/vitis-2020/applications/vmap!17
parents d2e6644e 20341503
No related branches found
No related tags found
No related merge requests found
{ {
{% if not client_properties_exists %} {% if not client_properties_exists %}
"status": "stable",
"application": "{{application.name}}", "application": "{{application.name}}",
"default_show_sidenav": true, "default_show_sidenav": true,
"widget_public_connect_available": true,
"map": { "map": {
"default_feature_zoom": 15, "default_feature_zoom": 15,
"draw_style": { "draw_style": {
...@@ -15,7 +15,9 @@ ...@@ -15,7 +15,9 @@
"documentation": [], "documentation": [],
{% endif %} {% endif %}
"app_api_url": "https://[hostname]{{API_ALIAS}}/v2", "app_api_url": "https://[hostname]{{API_ALIAS}}/v2",
"proxy_url": "https://[hostname]{{API_ALIAS}}/v2/proxy/proxy",
"version": "{{application.branch}}", "version": "{{application.branch}}",
"build": "{{APP_BUILD}}", "build": "{{APP_BUILD}}",
"month_year": "{{MONTH_YEAR}}" "month_year": "{{MONTH_YEAR}}",
"status": "stable"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment