diff gwt-client/src/main/webapp/WEB-INF/web.xml @ 9790:75dc4ea60938 3.2.x

Drop using explicit container names Compose will generate names for the containers and containers can connect each other on the network via the service names. This avoids the unnecessary extra "name space" and prepares the application for usage with different project names.
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:25:59 +0200
parents d536a2184ddf
children
line wrap: on
line diff
--- a/gwt-client/src/main/webapp/WEB-INF/web.xml	Thu Jul 20 10:03:06 2023 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/web.xml	Thu Jul 20 10:25:59 2023 +0200
@@ -14,7 +14,7 @@
 
     <context-param>
         <param-name>server-url</param-name>
-        <param-value>http://d4eriver-artifacts:8181</param-value>
+        <param-value>http://artifacts:8181</param-value>
     </context-param>
 
     <context-param>

http://dive4elements.wald.intevation.org