Skip to content

Commit

Permalink
Add server.port to sample_settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisknoll committed Jun 22, 2022
1 parent 025fcb0 commit ff5f3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<profile>
<id>webapi-postgresql</id>
<properties>
<server.port>8080</server.port>
<datasource.driverClassName>org.postgresql.Driver</datasource.driverClassName>
<datasource.url>jdbc:postgresql://localhost:5432/OHDSI</datasource.url>
<datasource.username>ohdsi_app_user</datasource.username>
Expand Down Expand Up @@ -69,4 +70,4 @@
</properties>
</profile>
</profiles>
</settings>
</settings>

0 comments on commit ff5f3c3

Please sign in to comment.