mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Removed mongodb configuration, and configured RabbitMQ
This commit is contained in:
@ -24,8 +24,8 @@ type Logging struct {
|
||||
}
|
||||
|
||||
type Tracing struct {
|
||||
MongoEnabled bool `yaml:"mongoEnabled,omitempty"`
|
||||
MongoURI string `yaml:"mongoURI,omitempty"`
|
||||
RabbitMQEnabled bool `yaml:"rabbitMQEnabled,omitempty"`
|
||||
RabbitMQURI string `yaml:"rabbitMQURI,omitempty"`
|
||||
}
|
||||
|
||||
type BeelzebubServiceConfiguration struct {
|
||||
|
Reference in New Issue
Block a user