diff options
| author | 2018-05-30 22:33:42 +0100 | |
|---|---|---|
| committer | 2018-05-30 22:33:42 +0100 | |
| commit | 3f5433c5c41cf9a6ff2bbe6f5784d1286ef87a24 (patch) | |
| tree | 5d3e9ee7c8b598c21f72479275cb18c9a86b25d8 /config-default.yml | |
| parent | Escape unicode (#92) (diff) | |
RabbitMQ Cog (#90)
* Add aio-pika reqs and remove flake8-bandit so I can lint again
* RMQ cog
* Address review
* Address review; remove unnecessary function
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 5670ac1da..eda77c2d0 100644 --- a/config-default.yml +++ b/config-default.yml @@ -60,6 +60,13 @@ papertrail: port: !ENV 'PAPERTRAIL_PORT' +rabbitmq: + host: "pdrmq" + port: 5672 + username: !ENV "RABBITMQ_DEFAULT_USER" + password: !ENV "RABBITMQ_DEFAULT_PASS" + + urls: deploy: !ENV 'DEPLOY_URL' status: !ENV 'STATUS_URL' |