Added RabbitMQ config

master
Alex 2021-06-16 21:43:30 +02:00
parent 56620852e7
commit 3fd1c62ef7
1 changed files with 5 additions and 0 deletions

View File

@ -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