Skip to content

Commit

Permalink
db port change
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi, Myung authored and Choi, Myung committed Mar 13, 2017
1 parent 6116602 commit 274edae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<bean id="myPersistenceDataSource" class="org.apache.commons.dbcp2.BasicDataSource" destroy-method="close">
<!-- <property name="url" value="jdbc:postgresql://dhppoc.i3l.gatech.edu:5432/postgres?currentSchema=omop_v5" />
-->
<property name="url" value="jdbc:postgresql://localtest:5433/postgres?currentSchema=omop_v5" />
<property name="url" value="jdbc:postgresql://localtest:5432/postgres?currentSchema=omop_v5" />
<property name="driverClassName" value="org.postgresql.Driver"></property>
<property name="username" value="omop_v5"/>
<property name="password" value="i3lworks"/>
Expand Down

0 comments on commit 274edae

Please sign in to comment.