diff options
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' |