Skip to content

Commit

Permalink
Updating config examples and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Sabo committed Feb 18, 2015
1 parent f5880ef commit 42e0bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions beaver/config.py
Expand Up @@ -82,6 +82,7 @@ def __init__(self, args, logger=None):
'sqs_aws_secret_key': '',
'sqs_aws_region': 'us-east-1',
'sqs_aws_queue': '',
'sqs_aws_queue_owner_acct_id': '',
'tcp_host': '127.0.0.1',
'tcp_port': '9999',
'tcp_ssl_enabled': '0',
Expand Down
1 change: 1 addition & 0 deletions docs/user/usage.rst
Expand Up @@ -70,6 +70,7 @@ Beaver can optionally get data from a ``configfile`` using the ``-c`` flag. This
* sqs_aws_secret_key: Can be left blank to use IAM Roles or AWS_SECRET_ACCESS_KEY environment variable (see: https://github.com/boto/boto#getting-started-with-boto)
* sqs_aws_region: Default ``us-east-1``. AWS Region
* sqs_aws_queue: SQS queue (must exist)
* sqs_aws_queue_owner_acct_id: Optional. Defaults ``None``. Account ID or Principal allowed to write to queue
* tcp_host: Default ``127.0.0.1``. TCP Host
* tcp_port: Default ``9999``. TCP Port
* udp_host: Default ``127.0.0.1``. UDP Host
Expand Down

0 comments on commit 42e0bf0

Please sign in to comment.