Publish message into rabbitmq on create article

Create Redis and Rabbit in docker-compose
This commit is contained in:
2020-02-22 02:26:52 +01:00
parent 471013984c
commit af33ed9ec3
12 changed files with 206 additions and 4 deletions

View File

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

View File

@@ -1132,7 +1132,7 @@ components:
required: true
example:
Lorem upsum...
descritption:
description:
type: string
required: true
example: