Commit 0dddc870 by John Jarvis

adding default celery user for workers

parent 12cb63e1
...@@ -54,7 +54,7 @@ EDXAPP_ANALYTICS_API_KEY: '' ...@@ -54,7 +54,7 @@ EDXAPP_ANALYTICS_API_KEY: ''
EDXAPP_ZENDESK_USER: '' EDXAPP_ZENDESK_USER: ''
EDXAPP_ZENDESK_API_KEY: '' EDXAPP_ZENDESK_API_KEY: ''
EDXAPP_CELERY_USER: 'celery' EDXAPP_CELERY_USER: 'celery'
EDXAPP_CELERY_PASSWORD: '' EDXAPP_CELERY_PASSWORD: 'celery'
EDXAPP_MITX_FEATURES: EDXAPP_MITX_FEATURES:
AUTH_USE_OPENID_PROVIDER: true AUTH_USE_OPENID_PROVIDER: true
......
...@@ -23,6 +23,8 @@ RABBIT_USERS: ...@@ -23,6 +23,8 @@ RABBIT_USERS:
password: 'the example admin password' password: 'the example admin password'
- name: 'edx' - name: 'edx'
password: 'edx' password: 'edx'
- name: 'celery'
password: 'celery'
# Structure for auth config file. # Structure for auth config file.
rabbitmq_auth_config: rabbitmq_auth_config:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment