mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user