We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461558b commit 4e6ab76Copy full SHA for 4e6ab76
1 file changed
catalog-service/src/main/resources/application.properties
@@ -6,4 +6,5 @@ management.info.git.mode=full
6
#### db config ####
7
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:15432/postgres}
8
spring.datasource.username=${DB_USERNAME:postgres}
9
-spring.datasource.password=${DB_PASSWORD:postgres}
+spring.datasource.password=${DB_PASSWORD:postgres}
10
+#### dummy comment ####
0 commit comments