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
f7396c18
Commit
f7396c18
authored
Oct 14, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docker var overrides
parent
818d8dc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
docker/plays/var_overrides.yml
+50
-0
No files found.
docker/plays/var_overrides.yml
0 → 100644
View file @
f7396c18
o_domain
:
.local.edx.org
o_mysql
:
mysql{{ o_domain }}
#############################################
# analytics_api overrides
#############################################
o_analytics_api
:
"
{{
analytics_api_service_name
}}"
ANALYTICS_API_DATABASES
:
# rw user
default
:
ENGINE
:
'
django.db.backends.mysql'
NAME
:
'
{{
ANALYTICS_API_DEFAULT_DB_NAME
}}'
USER
:
'
api001'
PASSWORD
:
'
password'
HOST
:
'
{{
o_mysql
}}'
PORT
:
'
3306'
# read-only user
reports
:
ENGINE
:
'
django.db.backends.mysql'
NAME
:
'
{{
ANALYTICS_API_REPORTS_DB_NAME
}}'
USER
:
'
reports001'
PASSWORD
:
'
password'
HOST
:
'
{{
o_mysql
}}'
PORT
:
'
3306'
ANALYTICS_API_EMAIL_HOST
:
'
{{
o_analytics_api
}}-email{{
o_domain
}}'
#############################################
# insights overrides
#############################################
o_insights
:
"
{{
insights_service_name
}}"
o_insights_sc
:
"
{{
o_insights
}}{{
o_domain
}}"
INSIGHTS_LMS_BASE
:
'
http://{{
o_edxapp_lms
}}:8000'
INSIGHTS_BASE_URL
:
'
http://{{
o_insights_sc
}}:8110'
INSIGHTS_MEMCACHE
:
[
'
{{
o_insights
}}-memcache{{
o_domain
}}:11211'
]
INSIGHTS_DOC_BASE
:
'
http://{{
o_insights_sc
}}/en/latest'
ANALYTICS_API_ENDPOINT
:
'
http://{{
o_analytics_api
}}{{
o_domain
}}:8100/api/v0'
INSIGHTS_DATABASES
:
# rw user
default
:
ENGINE
:
'
django.db.backends.mysql'
NAME
:
'
{{
INSIGHTS_DATABASE_NAME
}}'
USER
:
'
rosencrantz'
PASSWORD
:
'
secret'
HOST
:
'
{{
o_mysql
}}'
PORT
:
'
3306'
insights_gunicorn_host
:
"
{{
o_insights_sc
}}"
\ No newline at end of file
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