We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8a2eb commit 7d6f13bCopy full SHA for 7d6f13b
.github/workflows/integration-tests.yml
@@ -241,6 +241,7 @@ jobs:
241
REDIS_SENTINEL_SERVICE: redis_sentinel
242
MESSENGER_REDIS_DSN: redis://127.0.0.1:7006/messages
243
MESSENGER_AMQP_DSN: amqp://localhost/%2f/messages
244
+ AWS_ENDPOINT_URL: "http://localhost:4566"
245
MESSENGER_SQS_DSN: "sqs://localhost:4566/messages?sslmode=disable&poll_timeout=0.01"
246
MESSENGER_SQS_FIFO_QUEUE_DSN: "sqs://localhost:4566/messages.fifo?sslmode=disable&poll_timeout=0.01"
247
KAFKA_BROKER: 127.0.0.1:9092
0 commit comments