diff --git a/config/application.yml b/config/application.yml
index eafd3bbe20c02d87b5f171eac1d94afcd37a146c..aba6d24c8361d21d4e4a899afb617ef8dbd0595a 100644
--- a/config/application.yml
+++ b/config/application.yml
@@ -19,7 +19,7 @@ hbp:
     clientAuthenticationScheme: form
     # use-current-uri: false  # For both production and HBPS1 deployments
     # pre-established-redirect-uri: https://mip.humanbrainproject.eu/services/login/hbp  # For production deployment
-    # pre-established-redirect-uri: http://hbps1.chuv.ch:8081/services/login/hbp  # For HBPS1 deployment
+    # pre-established-redirect-uri: http://hbps1.chuv.ch/services/login/hbp  # For HBPS1 deployment
   resource:
     userInfoUri: https://services.humanbrainproject.eu/oidc/userinfo
 
diff --git a/pom.xml b/pom.xml
index ae054fa86a694c29c74ad18d785e9cbeaa29b4ac..911f36726617a2e87c36c64c32c0d1850da0a82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
                 <connection.password>test</connection.password>
                 <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
                 <schema.deploy>false</schema.deploy>
-                <frontend.redirect>http://hbps1.chuv.ch:8081/home</frontend.redirect>
+                <frontend.redirect>http://hbps1.chuv.ch/home</frontend.redirect>
                 <workflow.experimentUrl>http://as-dev.cloudapp.net:8087/experiment</workflow.experimentUrl>
                 <workflow.listMethodsUrl>http://as-dev.cloudapp.net:8087/list-methods</workflow.listMethodsUrl>
                 <flyway.url>${connection.url}</flyway.url>