switch to mongo for metric storage
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 1m1s

This commit is contained in:
Lee
2024-04-18 13:31:22 +01:00
parent c91a4afdf9
commit 1c685ca414
5 changed files with 15 additions and 5 deletions

View File

@ -17,6 +17,10 @@ spring:
database: 1
auth: "" # Leave blank for no auth
mongodb:
uri: mongodb://localhost:27017
database: database
# Disable default metrics
management:
endpoints: