Skip to content

Commit

Permalink
Added health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Numa Leone committed Jul 4, 2023
1 parent 69d4ae7 commit a574165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.jpa.hibernate.ddl-auto= update
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=false
server.port=8081
server.port=8080
datadog.apiKey= ${DD_API_KEY}
datadog.enabled= true
datadog.step= PT10S
Expand Down

0 comments on commit a574165

Please sign in to comment.