Skip to content
Snippets Groups Projects
Commit 05283d25 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

use woken on HBPS1 and remove asdev profile in pom.xml

parent 0cb1b7d9
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
<hibernate.dialect>org.hibernate.dialect.H2Dialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.H2Dialect</hibernate.dialect>
<schema.deploy>true</schema.deploy> <schema.deploy>true</schema.deploy>
<frontend.redirect>http://frontend/#/home</frontend.redirect> <frontend.redirect>http://frontend/#/home</frontend.redirect>
<workflow.experimentUrl>http://hbps1.chuv.ch:8087/experiment</workflow.experimentUrl>
<workflow.listMethodsUrl>http://hbps1.chuv.ch:8087/list-methods</workflow.listMethodsUrl>
<flyway.url>${connection.url}</flyway.url> <flyway.url>${connection.url}</flyway.url>
<flyway.user>${connection.username}</flyway.user> <flyway.user>${connection.username}</flyway.user>
<flyway.password>${connection.password}</flyway.password> <flyway.password>${connection.password}</flyway.password>
...@@ -47,6 +49,8 @@ ...@@ -47,6 +49,8 @@
<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
<schema.deploy>false</schema.deploy> <schema.deploy>false</schema.deploy>
<frontend.redirect>https://mip.humanbrainproject.eu/#/home</frontend.redirect> <frontend.redirect>https://mip.humanbrainproject.eu/#/home</frontend.redirect>
<workflow.experimentUrl>http://hbps1.chuv.ch:8087/experiment</workflow.experimentUrl>
<workflow.listMethodsUrl>http://hbps1.chuv.ch:8087/list-methods</workflow.listMethodsUrl>
<flyway.url>${connection.url}</flyway.url> <flyway.url>${connection.url}</flyway.url>
<flyway.user>${connection.username}</flyway.user> <flyway.user>${connection.username}</flyway.user>
<flyway.password>${connection.password}</flyway.password> <flyway.password>${connection.password}</flyway.password>
...@@ -64,27 +68,8 @@ ...@@ -64,27 +68,8 @@
<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
<schema.deploy>false</schema.deploy> <schema.deploy>false</schema.deploy>
<frontend.redirect>http://frontend/home</frontend.redirect> <frontend.redirect>http://frontend/home</frontend.redirect>
<workflow.experimentUrl>http://as-dev.cloudapp.net:8087/experiment</workflow.experimentUrl> <workflow.experimentUrl>http://hbps1.chuv.ch:8087/experiment</workflow.experimentUrl>
<workflow.listMethodsUrl>http://as-dev.cloudapp.net:8087/list-methods</workflow.listMethodsUrl> <workflow.listMethodsUrl>http://hbps1.chuv.ch:8087/list-methods</workflow.listMethodsUrl>
<flyway.url>${connection.url}</flyway.url>
<flyway.user>${connection.username}</flyway.user>
<flyway.password>${connection.password}</flyway.password>
</properties>
</profile>
<profile>
<id>asdev</id>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<connection.driver_class>org.postgresql.Driver</connection.driver_class>
<connection.url>jdbc:postgresql://portaldb:5432/postgres</connection.url>
<connection.username>postgres</connection.username>
<connection.password>test</connection.password>
<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
<schema.deploy>false</schema.deploy>
<frontend.redirect>https://hbp-dev.ahead-solutions.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> <flyway.url>${connection.url}</flyway.url>
<flyway.user>${connection.username}</flyway.user> <flyway.user>${connection.username}</flyway.user>
<flyway.password>${connection.password}</flyway.password> <flyway.password>${connection.password}</flyway.password>
...@@ -102,8 +87,8 @@ ...@@ -102,8 +87,8 @@
<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect>
<schema.deploy>false</schema.deploy> <schema.deploy>false</schema.deploy>
<frontend.redirect>http://hbps1.chuv.ch/home</frontend.redirect> <frontend.redirect>http://hbps1.chuv.ch/home</frontend.redirect>
<workflow.experimentUrl>http://as-dev.cloudapp.net:8087/experiment</workflow.experimentUrl> <workflow.experimentUrl>http://hbps1.chuv.ch:8087/experiment</workflow.experimentUrl>
<workflow.listMethodsUrl>http://as-dev.cloudapp.net:8087/list-methods</workflow.listMethodsUrl> <workflow.listMethodsUrl>http://hbps1.chuv.ch:8087/list-methods</workflow.listMethodsUrl>
<flyway.url>${connection.url}</flyway.url> <flyway.url>${connection.url}</flyway.url>
<flyway.user>${connection.username}</flyway.user> <flyway.user>${connection.username}</flyway.user>
<flyway.password>${connection.password}</flyway.password> <flyway.password>${connection.password}</flyway.password>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment