Removed mongodb configuration, and configured RabbitMQ

This commit is contained in:
Mario
2022-05-21 11:42:30 +02:00
parent 927247db1a
commit c0db81c3a2

View File

@ -24,8 +24,8 @@ type Logging struct {
} }
type Tracing struct { type Tracing struct {
MongoEnabled bool `yaml:"mongoEnabled,omitempty"` RabbitMQEnabled bool `yaml:"rabbitMQEnabled,omitempty"`
MongoURI string `yaml:"mongoURI,omitempty"` RabbitMQURI string `yaml:"rabbitMQURI,omitempty"`
} }
type BeelzebubServiceConfiguration struct { type BeelzebubServiceConfiguration struct {