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
edx
configuration
Commits
24c04096
Commit
24c04096
authored
Dec 12, 2016
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct location of insights db changes
parent
19fbe3d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
playbooks/roles/insights/defaults/main.yml
+9
-4
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
24c04096
...
@@ -61,15 +61,20 @@ INSIGHTS_LEARNER_API_LIST_DOWNLOAD_FIELDS: !!null
...
@@ -61,15 +61,20 @@ INSIGHTS_LEARNER_API_LIST_DOWNLOAD_FIELDS: !!null
INSIGHTS_DATABASE_NAME
:
'
dashboard'
INSIGHTS_DATABASE_NAME
:
'
dashboard'
INSIGHTS_DATABASE_USER
:
rosencrantz
INSIGHTS_DATABASE_PASSWORD
:
secret
INSIGHTS_DATABASE_HOST
:
"
db.{{
DOCKER_TLD
}}"
INSIGHTS_DATABASE_PORT
:
3306
INSIGHTS_DATABASES
:
INSIGHTS_DATABASES
:
# rw user
# rw user
default
:
default
:
ENGINE
:
'
django.db.backends.mysql'
ENGINE
:
'
django.db.backends.mysql'
NAME
:
'
{{
INSIGHTS_DATABASE_NAME
}}'
NAME
:
'
{{
INSIGHTS_DATABASE_NAME
}}'
USER
:
'
rosencrantz
'
USER
:
'
{{
INSIGHTS_DATABASE_USER
}}
'
PASSWORD
:
'
secret
'
PASSWORD
:
'
{{
INSIGHTS_DATABASE_PASSWORD
}}
'
HOST
:
'
127.0.0.1'
HOST
:
"
{{
INSIGHTS_DATABASE_HOST
}}"
PORT
:
'
3306
'
PORT
:
'
{{
INSIGHTS_DATABASE_PORT
}}
'
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
:
"
URL_FOR_LMS_COURSE_LIST_PAGE"
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
:
"
URL_FOR_LMS_COURSE_LIST_PAGE"
...
...
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