Commit 6fa017ef by Xavier Antoviaque

supervisor-xqueue: Fix default values of nginx ports variables for xqueue/ora

parent 2bb6f370
......@@ -29,6 +29,7 @@
- lms
- cms
- lms-preview
- xqueue
- ora
- edxlocal
- mongo
......
......@@ -47,7 +47,7 @@ EDXAPP_EDXAPP_SECRET_KEY: ''
EDXAPP_PEARSON_TEST_PASWORD: ''
EDXAPP_OEE_URL: 'http://localhost:18091/'
EDXAPP_OEE_URL: 'http://localhost:18060/'
EDXAPP_OEE_USER: 'lms'
EDXAPP_OEE_PASSWORD: 'password'
......
......@@ -78,7 +78,7 @@ ora_auth_config:
"django_auth":
"password": "password"
"username": "lms"
"url": "http://localhost:18091"
"url": "http://localhost:18060"
'DATABASES':
'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'ora', 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost', 'PORT': '3306' }
'AWS_ACCESS_KEY_ID' : ''
......
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