Commit f9a6a1f7 by Kevin Falcone

Switch this over now that xqueue's change has landed

parent 4c58cad4
- Role: XQueue
- Convert to a yaml config (instead of xqueue.auth.json and xqueue.env.json we get xqueue.yml and it lives by default in /edx/etc/xqueue.yml like standard IDAs)
- Add XQUEUE_DEFAULT_FILE_STORAGE so that you can specify S3 or Swift in your config
- XQUEUE_SETTINGS now prefers production.py over aws_settings.py
- Role: credentials
- Set `LANGUAGE_COOKIE_NAME` so that Credentials will use the global language cookie.
......
# variables common to the xqueue role, automatically loaded
# when the role is included
---
XQUEUE_SETTINGS: 'aws_settings'
XQUEUE_SETTINGS: 'production'
XQUEUE_NGINX_PORT: 18040
XQUEUE_GUNICORN_WORKERS_EXTRA: ""
......
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