Skip to content

Commit

Permalink
test github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azdanov committed Apr 27, 2024
1 parent a1f2fe8 commit 268c8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
spring.application.name=catalog-service

server.port=8081
server.shutdown=graceful

management.endpoints.web.exposure.include=*
management.info.git.mode=full

# Database
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:15432/postgres}
spring.datasource.username=${DB_USERNAME:postgres}
spring.datasource.password=${DB_PASSWORD:postgres}
Expand Down

0 comments on commit 268c8de

Please sign in to comment.