From 3fd1c62ef76a20d3ffe9951b576f3952c3b2fea5 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Jun 2021 21:43:30 +0200 Subject: [PATCH] Added RabbitMQ config --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 246f81e..1276f75 100644 --- a/config.toml +++ b/config.toml @@ -12,6 +12,11 @@ password = "admin" host = "http://127.0.0.1:3001" key = "aaa" +[rabbitmq] +host = "localhost:5672" +username = "guest" +password = "guest" + [settings] expiredTime = 72 usernameMinLen = 3