Removed mongodb configuration, and configured RabbitMQ

This commit is contained in:
Mario
2022-05-21 11:42:16 +02:00
parent 4a18e93016
commit 927247db1a
3 changed files with 5 additions and 3 deletions

View File

@ -5,5 +5,5 @@ core:
logDisableTimestamp: true
logsPath: ./logs
tracing:
mongoEnabled: true
mongoURI: "mongodb://root:example@mongo:27017/?maxPoolSize=20&w=majority"
rabbitMQEnabled: false
rabbitMQURI: "amqp://guest:guest@localhost:5672/"