Skip to content

Commit

Permalink
experiment: ⚗️ revert back to original configs (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-s authored Nov 14, 2023
1 parent 420c266 commit abc5760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/classes/hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="hibernate.connection.password">postgres123</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/biodiv</property>

<property name="connection_pool_size">10</property>
<property name="connection_pool_size">1</property>

<property name="hbm2ddl.auto">update</property>

Expand Down

0 comments on commit abc5760

Please sign in to comment.