Skip to content
Snippets Groups Projects
Commit 6a318f7b authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files
parents fd7ca7f8 999fa1e8
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,10 @@ ...@@ -38,10 +38,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<connection.driver_class>org.postgresql.Driver</connection.driver_class> <connection.driver_class>org.postgresql.Driver</connection.driver_class>
<connection.url>jdbc:postgresql://localhost:5432/postgres</connection.url> <connection.url>jdbc:postgresql://hbpmdw1.chuv.ch:31432/portal</connection.url>
<connection.username>root</connection.username> <connection.username>portal</connection.username>
<connection.password>root</connection.password> <connection.password>iaezXODVLb1e70I</connection.password>
<hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
<schema.deploy>false</schema.deploy> <schema.deploy>false</schema.deploy>
</properties> </properties>
</profile> </profile>
......
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