Skip to content

Commit

Permalink
Using PostgreSQL as the default datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 25, 2014
1 parent 8cbc479 commit 9fda337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/persistence.xml
Expand Up @@ -3,8 +3,8 @@
<persistence-unit name="website-persistence-unit" transaction-type="JTA">
<description>Forge Persistence Unit</description>
<!--Use the PostgreSQLDS when pushing to Openshift -->
<!-- <jta-data-source>java:jboss/datasources/PostgreSQLDS</jta-data-source> -->
<jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>
<jta-data-source>java:jboss/datasources/PostgreSQLDS</jta-data-source>
<!-- <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source> -->

<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
Expand Down

0 comments on commit 9fda337

Please sign in to comment.