Skip to content

Commit

Permalink
GH-214: [feat] Add needed configuration settings to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
wade3hamati committed Feb 19, 2025
1 parent 56a2b85 commit 2107596
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ keycloak.use-resource-role-mappings = true
keycloak.admin-client-id=${KEYCLOAK_CLIENT_ID}
keycloak.admin-client-secret=${KEYCLOAK_CLIENT_SECRET}


# Swagger
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.path=/swagger-ui.html
Expand All @@ -44,3 +43,10 @@ springdoc.swagger-ui.urls[1].url=http://localhost:8080/api/messaging-service/api

# Spring Data MongoDB
spring.data.mongodb.uri=${MONGODB_URI:mongodb://root:password@sporta-host:27017/messaging-service?authSource=admin}

# Prometheus
management.endpoints.web.exposure.include=health, info, metrics, prometheus
management.endpoint.prometheus.access=unrestricted
management.metrics.distribution.percentiles-histogram.http.server.requests=true
management.observations.key-values.application=messaging-service
management.tracing.sampling.probability=1.0

0 comments on commit 2107596

Please sign in to comment.