Files
beelzebub/integration_test/configurations/beelzebub.yaml
Mario Candela 0794736bc5 Feature: non-blocking tracer, changed license (#57)
* refactor tracer, introduce worker to avoid un-blocker trace strategy

* fixed unit test and refactor dockerFile

* buffered events chan

* refactor yaml API core, initial web hook tracing implementations

* added banner

* changed license from GPL 3 to MIT

* Edit readme
2023-08-30 23:04:35 +02:00

13 lines
273 B
YAML

core:
logging:
debug: false
debugReportCaller: false
logDisableTimestamp: true
logsPath: ./logs
tracings:
rabbit-mq:
enabled: true
uri: "amqp://integration:integration@localhost:5672/"
prometheus:
path: "/metrics"
port: ":2112"