Skip to content

Commit

Permalink
fix: added missing properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Aug 28, 2024
1 parent 26c7ce6 commit a613730
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/local-kms/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
spring.config.import=optional:file:../../.env[.properties]
spring.application.name=OpenID Federation Server
spring.datasource.url=${DATASOURCE_URL}
spring.datasource.username=${DATASOURCE_USER}
spring.datasource.password=${DATASOURCE_PASSWORD}
# Mapping /actuator/health to /status
management.endpoints.web.base-path=/
management.endpoints.web.path-mapping.health=status
server.port=8080

0 comments on commit a613730

Please sign in to comment.