Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit f6fe80e

Browse files
Update config.yml
1 parent aa9f8d4 commit f6fe80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ database:
2727
password: @application.database.password@
2828

2929
# the JDBC URL
30-
url: jdbc:postgresql://@application.database.host@:@application.database.port@/topcoderdev?currentSchema=common_oltp
30+
url: jdbc:postgresql://@application.database.host@:@application.database.port@/postgres?currentSchema=common_oltp
3131

3232
validationQuery: SELECT 1
3333

0 commit comments

Comments
 (0)