fix(notification): update RabbitMQ configuration to include username, password, and virtual host
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f24d001f86
commit
c8d8ea2daf
@ -50,8 +50,11 @@ notification:
|
||||
appName: notification
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8003
|
||||
rabbitmqHost: amqp://user:AbBf8D5HJB1BDzRw@freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster:5672/%2F
|
||||
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||
rabbitmqPort: 5672
|
||||
rabbitmqUsername: "user"
|
||||
rabbitmqPassword: "AbBf8D5HJB1BDzRw"
|
||||
rabbitmqVritualHost: "/"
|
||||
systemUserId: 117f191e810c19729de860aa
|
||||
smsFrom: '+16898887156'
|
||||
emailFrom: freeleaps@freeleaps.com
|
||||
|
||||
@ -43,6 +43,12 @@ notification:
|
||||
rabbitmqHost: ""
|
||||
# RABBITMQ_PORT
|
||||
rabbitmqPort: ""
|
||||
# RABBITMQ_USERNAME
|
||||
rabbitmqUsername: ""
|
||||
# RABBITMQ_PASSWORD
|
||||
rabbitmqPassword: ""
|
||||
# RABBITMQ_VRITUAL_HOST
|
||||
rabbitmqVritualHost: ""
|
||||
# SYSTEM_USER_ID
|
||||
systemUserId: ""
|
||||
# SMS_FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user