Publish message into rabbitmq on create article
Create Redis and Rabbit in docker-compose
This commit is contained in:
@@ -22,6 +22,16 @@ db {
|
||||
port = 5432
|
||||
}
|
||||
|
||||
redis {
|
||||
connection = "redis://localhost:6379"
|
||||
connection = ${?REDIS_CONNECTION}
|
||||
}
|
||||
|
||||
rabbitmq {
|
||||
connection = "amqp://localhost:5672"
|
||||
connection = ${?RABBITMQ_CONNECTION}
|
||||
}
|
||||
|
||||
mail {
|
||||
sendGrid {
|
||||
key = ${?SEND_GRID_KEY}
|
||||
|
||||
@@ -1132,7 +1132,7 @@ components:
|
||||
required: true
|
||||
example:
|
||||
Lorem upsum...
|
||||
descritption:
|
||||
description:
|
||||
type: string
|
||||
required: true
|
||||
example:
|
||||
|
||||
Reference in New Issue
Block a user