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
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 1m1s
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user