configure rabbitMQ ConnectionFactory
This commit is contained in:
@@ -26,4 +26,18 @@ postgresql {
|
||||
|
||||
password = "changeit"
|
||||
password = ${?POSTGRESQL_PASSWORD}
|
||||
}
|
||||
|
||||
rabbitmq {
|
||||
url = "localhost"
|
||||
url = ${?RABBITMQ_URL}
|
||||
|
||||
port = "5672"
|
||||
port = ${?RABBITMQ_PORT}
|
||||
|
||||
username = "event-demo"
|
||||
username = ${?RABBITMQ_USERNAME}
|
||||
|
||||
password = "changeit"
|
||||
password = ${?RABBITMQ_PASSWORD}
|
||||
}
|
||||
Reference in New Issue
Block a user