Skip to content

Commit 4e6ab76

Browse files
committed
changes
1 parent 461558b commit 4e6ab76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

catalog-service/src/main/resources/application.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ management.info.git.mode=full
66
#### db config ####
77
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:15432/postgres}
88
spring.datasource.username=${DB_USERNAME:postgres}
9-
spring.datasource.password=${DB_PASSWORD:postgres}
9+
spring.datasource.password=${DB_PASSWORD:postgres}
10+
#### dummy comment ####

0 commit comments

Comments
 (0)