maybe
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m54s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m54s
This commit is contained in:
@ -20,7 +20,8 @@ spring:
|
||||
# MongoDB - This is used for general data storage
|
||||
mongodb:
|
||||
uri: mongodb://localhost:27017
|
||||
database: database
|
||||
database: test
|
||||
port: 27017
|
||||
|
||||
# Disable default metrics
|
||||
management:
|
||||
@ -41,4 +42,10 @@ influx:
|
||||
org: org
|
||||
bucket: bucket
|
||||
|
||||
de:
|
||||
flapdoodle:
|
||||
mongodb:
|
||||
embedded:
|
||||
version: 7.0.8
|
||||
|
||||
public-url: http://localhost
|
Reference in New Issue
Block a user