Added RabbitMQ config
parent
56620852e7
commit
3fd1c62ef7
|
@ -12,6 +12,11 @@ password = "admin"
|
||||||
host = "http://127.0.0.1:3001"
|
host = "http://127.0.0.1:3001"
|
||||||
key = "aaa"
|
key = "aaa"
|
||||||
|
|
||||||
|
[rabbitmq]
|
||||||
|
host = "localhost:5672"
|
||||||
|
username = "guest"
|
||||||
|
password = "guest"
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
expiredTime = 72
|
expiredTime = 72
|
||||||
usernameMinLen = 3
|
usernameMinLen = 3
|
||||||
|
|
Loading…
Reference in New Issue