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
d6dc5e44
Commit
d6dc5e44
authored
Jun 18, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
var updates
parent
5aad9b42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
playbooks/roles/edxapp/defaults/main.yml
+12
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
d6dc5e44
...
...
@@ -37,6 +37,11 @@ EDXAPP_MYSQL_PASSWORD: 'password'
EDXAPP_MYSQL_PASSWORD_READ_ONLY
:
'
password'
EDXAPP_MYSQL_PASSWORD_ADMIN
:
'
password'
EDXAPP_MYSQL_PASSWORD_MIGRATE
:
'
password'
EDXAPP_MYSQL_REPLICA_DB_NAME
:
"
{{
EDXAPP_MYSQL_DB_NAME
}}"
EDXAPP_MYSQL_REPLICA_USER
:
"
{{
EDXAPP_MYSQL_USER
}}"
EDXAPP_MYSQL_REPLICA_PASSWORD
:
"
{{
EDXAPP_MYSQL_PASSWORD
}}"
EDXAPP_MYSQL_REPLICA_HOST
:
"
{{
EDXAPP_MYSQL_HOST
}}"
EDXAPP_MYSQL_REPLICA_PORT
:
"
{{
EDXAPP_MYSQL_PORT
}}"
EDXAPP_MYSQL_HOST
:
'
localhost'
EDXAPP_MYSQL_PORT
:
'
3306'
...
...
@@ -360,6 +365,13 @@ edxapp_generic_auth_config: &edxapp_generic_auth
OPTIONS
:
*generic_modulestore_default_options
DOC_STORE_CONFIG
:
*edxapp_generic_default_docstore
DATABASES
:
read_replica
:
ENGINE
:
'
django.db.backends.mysql'
NAME
:
$EDXAPP_MYSQL_REPLICA_DB_NAME
USER
:
$EDXAPP_MYSQL_REPLICA_USER
PASSWORD
:
$EDXAPP_MYSQL_REPLICA_PASSWORD
HOST
:
$EDXAPP_MYSQL_REPLICA_HOST
PORT
:
$EDXAPP_MYSQL_REPLICA_PORT
default
:
ENGINE
:
'
django.db.backends.mysql'
NAME
:
$EDXAPP_MYSQL_DB_NAME
...
...
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