From e34fe5cc1486f111d0bccae82cd7eb9a4d5824dc Mon Sep 17 00:00:00 2001 From: Habfast <paul@ahead-solutions.ch> Date: Tue, 15 Mar 2016 19:51:35 +0100 Subject: [PATCH] updated pom.xml for prod --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index d6f9ca36e..f1a051c63 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,20 @@ <frontend.redirect>http://frontend/#/home</frontend.redirect> </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> + </properties> + </profile> </profiles> <dependencies> -- GitLab