use mysql instead of postgresql

This commit is contained in:
Athou
2013-03-23 01:15:35 +01:00
parent e779e1ff67
commit 04dd70e627
3 changed files with 23 additions and 13 deletions

View File

@@ -236,7 +236,7 @@
<profile>
<id>openshift</id>
<properties>
<jpa.datasource.name>java:/jdbc/commafeedDS</jpa.datasource.name>
<jpa.datasource.name>java:jboss/datasources/MysqlDS</jpa.datasource.name>
</properties>
<build>
<finalName>commafeed</finalName>