Added configuration file

This commit is contained in:
Mario
2022-07-02 22:58:39 +02:00
parent 061dbdd424
commit 99c5193889
2 changed files with 9 additions and 2 deletions

View File

@ -5,5 +5,5 @@ core:
logDisableTimestamp: true
logsPath: ./logs
tracing:
rabbitMQEnabled: false
rabbitMQURI: ""
rabbitMQEnabled: true
rabbitMQURI: "amqp://beelzebub:b33lz3b4b@localhost:8888/"

View File

@ -0,0 +1,7 @@
apiVersion: "v1"
protocol: "tcp"
address: ":3306"
description: "Mysql"
commands:
- regex: "hello"
handler: "WORLD"