From 99c51938895012bd55322856c4ff6522f6f624aa Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 2 Jul 2022 22:58:39 +0200 Subject: [PATCH] Added configuration file --- configurations/beelzebub.yaml | 4 ++-- configurations/services/tcp-3306.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 configurations/services/tcp-3306.yaml diff --git a/configurations/beelzebub.yaml b/configurations/beelzebub.yaml index 5b2fe43..6d8597a 100644 --- a/configurations/beelzebub.yaml +++ b/configurations/beelzebub.yaml @@ -5,5 +5,5 @@ core: logDisableTimestamp: true logsPath: ./logs tracing: - rabbitMQEnabled: false - rabbitMQURI: "" + rabbitMQEnabled: true + rabbitMQURI: "amqp://beelzebub:b33lz3b4b@localhost:8888/" diff --git a/configurations/services/tcp-3306.yaml b/configurations/services/tcp-3306.yaml new file mode 100644 index 0000000..d15ce20 --- /dev/null +++ b/configurations/services/tcp-3306.yaml @@ -0,0 +1,7 @@ +apiVersion: "v1" +protocol: "tcp" +address: ":3306" +description: "Mysql" +commands: + - regex: "hello" + handler: "WORLD" \ No newline at end of file