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