Commit 6fa017ef by Xavier Antoviaque

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

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