From 0cb1b7d91d0373d93b7ddbbc2faa1e5c404db95e Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Mon, 13 Jun 2016 17:05:08 +0200 Subject: [PATCH] update hbps1 URL --- config/application.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.yml b/config/application.yml index eafd3bbe2..aba6d24c8 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 ae054fa86..911f36726 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> -- GitLab