cleanup application.yml

This commit is contained in:
Lee 2024-04-19 22:26:17 +01:00
parent 1cfcce4806
commit 5871c64582

@ -23,17 +23,8 @@ spring:
database: test database: test
port: 27017 port: 27017
# Disable default metrics # The URL of the API
management: public-url: http://localhost
endpoints:
web:
exposure:
exclude:
- "*"
influx:
metrics:
export:
enabled: false
# InfluxDB Configuration # InfluxDB Configuration
influx: influx:
@ -42,10 +33,22 @@ influx:
org: org org: org
bucket: bucket bucket: bucket
management:
# Disable all actuator endpoints
endpoints:
web:
exposure:
exclude:
- "*"
# Disable default metrics
influx:
metrics:
export:
enabled: false
# Set the embedded MongoDB version
de: de:
flapdoodle: flapdoodle:
mongodb: mongodb:
embedded: embedded:
version: 7.0.8 version: 7.0.8
public-url: http://localhost