Skip to content

Commit

Permalink
Configuration / Externalize Kibana configuration (geonetwork#7098)
Browse files Browse the repository at this point in the history
Add the possibility to configure Kibana URL using env variables

eg.
```
 -Dgeonetwork.HttpDashboardProxy.targetUri=http://kibana:5601

```
Follow up of geonetwork#6356
  • Loading branch information
fxprunayre committed Jun 21, 2023
1 parent 1735301 commit 1a3be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webResources/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@

<servlet>
<servlet-name>HttpDashboardProxy</servlet-name>
<servlet-class>org.mitre.dsmiley.httpproxy.ProxyServlet</servlet-class>
<servlet-class>org.fao.geonet.proxy.URITemplateProxyServlet</servlet-class>
<init-param>
<param-name>targetUri</param-name>
<param-value>${kb.url}</param-value>
Expand Down

0 comments on commit 1a3be79

Please sign in to comment.