mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00

* improve beelzebub cloud integration * refactoring cloud integration, fix unit test * add unit test get honeypots * improve code coverage
18 lines
298 B
YAML
18 lines
298 B
YAML
core:
|
|
logging:
|
|
debug: false
|
|
debugReportCaller: false
|
|
logDisableTimestamp: true
|
|
logsPath: ./logs
|
|
tracings:
|
|
rabbit-mq:
|
|
enabled: false
|
|
uri: ""
|
|
prometheus:
|
|
path: "/metrics"
|
|
port: ":2112"
|
|
beelzebub-cloud:
|
|
enabled: false
|
|
uri: ""
|
|
auth-token: ""
|