Commit 46f43769 by Xavier Antoviaque

common-refactor: Add missing default value for `EDXAPP_XQUEUE_URL`

parent 1bae6e91
...@@ -21,6 +21,7 @@ EDXAPP_XQUEUE_BASIC_AUTH: [ 'edx', 'edx' ] ...@@ -21,6 +21,7 @@ EDXAPP_XQUEUE_BASIC_AUTH: [ 'edx', 'edx' ]
EDXAPP_XQUEUE_DJANGO_AUTH: EDXAPP_XQUEUE_DJANGO_AUTH:
username: 'lms' username: 'lms'
password: 'password' password: 'password'
EDXAPP_XQUEUE_URL: 'http://localhost:18040'
EDXAPP_MONGO_HOSTS: ['localhost'] EDXAPP_MONGO_HOSTS: ['localhost']
EDXAPP_MONGO_PASSWORD: 'password' EDXAPP_MONGO_PASSWORD: 'password'
......
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