mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Added configuration file
This commit is contained in:
@ -5,5 +5,5 @@ core:
|
||||
logDisableTimestamp: true
|
||||
logsPath: ./logs
|
||||
tracing:
|
||||
rabbitMQEnabled: false
|
||||
rabbitMQURI: ""
|
||||
rabbitMQEnabled: true
|
||||
rabbitMQURI: "amqp://beelzebub:b33lz3b4b@localhost:8888/"
|
||||
|
7
configurations/services/tcp-3306.yaml
Normal file
7
configurations/services/tcp-3306.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: "v1"
|
||||
protocol: "tcp"
|
||||
address: ":3306"
|
||||
description: "Mysql"
|
||||
commands:
|
||||
- regex: "hello"
|
||||
handler: "WORLD"
|
Reference in New Issue
Block a user