Skip to content

Commit

Permalink
removed sensible information
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudorandoom committed Mar 28, 2016
1 parent 499e12c commit 7f082a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<session-factory>
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL9Dialect</property>
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/fabian</property>
<property name="hibernate.connection.username">fabian</property>
<property name="hibernate.connection.password">ALDARIS</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/database</property>
<property name="hibernate.connection.username">username</property>
<property name="hibernate.connection.password">password</property>
<property name="hibernate.hbm2ddl.auto">create</property>
<property name="show_sql">true</property>

Expand Down

0 comments on commit 7f082a6

Please sign in to comment.