Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
713239ec
Commit
713239ec
authored
Dec 05, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace ORA XQueue vars
parent
27b05b41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
playbooks/roles/ora/defaults/main.yml
+7
-3
No files found.
playbooks/roles/ora/defaults/main.yml
View file @
713239ec
...
...
@@ -54,6 +54,10 @@ ORA_USERS:
"
lms"
:
"
password"
ORA_XQUEUE_URL
:
"
http://localhost:18040"
ORA_XQUEUE_DJANGO_USER
:
"
lms"
ORA_XQUEUE_DJANGO_PASSWORD
:
"
password"
ORA_XQUEUE_BASIC_AUTH_USER
:
"
edx"
ORA_XQUEUE_BASIC_AUTH_PASSWORD
:
"
edx"
ORA_DJANGO_USER
:
"
lms"
ORA_DJANGO_PASSWORD
:
"
password"
...
...
@@ -111,9 +115,9 @@ ora_auth_config:
USERS
:
$ORA_USERS
XQUEUE_INTERFACE
:
django_auth
:
username
:
$XQUEUE_DJANGO_USER
password
:
$XQUEUE_DJANGO_PASSWORD
basic_auth
:
[
$XQUEUE_BASIC_AUTH_USER
,
$XQUEUE_BASIC_AUTH_PASSWORD
]
username
:
$
ORA_
XQUEUE_DJANGO_USER
password
:
$
ORA_
XQUEUE_DJANGO_PASSWORD
basic_auth
:
[
$ORA_XQUEUE_BASIC_AUTH_USER
,
$ORA_XQUEUE_BASIC_AUTH_PASSWORD
]
url
:
$ORA_XQUEUE_URL
GRADING_CONTROLLER_INTERFACE
:
django_auth
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment