switch to mongo for metric storage

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
pom.xml
src/main
java/xyz/mcutils/backend
resources

@ -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: