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 {
|
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 {
|
||||||
|
Reference in New Issue
Block a user