AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc.

This commit is contained in:
Chris Church
2013-12-11 11:45:34 -05:00
parent 4abb595a1f
commit 783ecbe2ba
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'test':
}
}
# Celery AMQP configuration.
BROKER_URL = 'amqp://awx-dev:AWXsome1@localhost:5672/awx-dev'
# Absolute filesystem path to the directory to host projects (with playbooks).
# This directory should NOT be web-accessible.
PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects')