Skip to content

Commit

Permalink
debugging cloudamqp / heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 24, 2022
1 parent bce1783 commit 83bfc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: LOG_PATH=./ ROOT_PATH=./ API_PORT=$PORT python3 jasmin/bin/jasmind.py --enable-dlr-lookup --enable-dlr-thrower
web: LOG_PATH=./ ROOT_PATH=./ CONFIG_PATH=misc/config/resource API_PORT=$PORT python3 jasmin/bin/jasmind.py --enable-dlr-lookup --enable-dlr-thrower
2 changes: 1 addition & 1 deletion jasmin/queues/configs.py
Expand Up @@ -32,7 +32,7 @@ def __init__(self, config_file=None):
self.username = self._get('amqp-broker', 'username', 'guest')
self.password = self._get('amqp-broker', 'password', 'guest')
self.vhost = self._get('amqp-broker', 'vhost', '/')

self.port = self._getint('amqp-broker', 'port', 5672)
self.spec = self._get('amqp-broker', 'spec', '%s/amqp0-9-1.xml' % RESOURCE_PATH)
self.heartbeat = self._getint('amqp-broker', 'heartbeat', 0)
Expand Down

0 comments on commit 83bfc94

Please sign in to comment.