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
2660590d
Commit
2660590d
authored
Apr 06, 2018
by
George Babey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point default branch back to master
parent
7a9202ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker/build/analytics_api/ansible_overrides.yml
+1
-1
playbooks/roles/analytics_api/defaults/main.yml
+2
-2
No files found.
docker/build/analytics_api/ansible_overrides.yml
View file @
2660590d
...
...
@@ -21,4 +21,4 @@ ANALYTICS_API_DATABASES:
PORT
:
'
3306'
# Change this if you want to build a specific version of the ANALYTICS_API
ANALYTICS_API_VERSION
:
'
gbabey/enterprise-data-api
'
ANALYTICS_API_VERSION
:
'
master
'
playbooks/roles/analytics_api/defaults/main.yml
View file @
2660590d
...
...
@@ -39,7 +39,7 @@ analytics_api_hostname: "analytics-api"
analytics_api_debian_pkgs
:
-
'
libmysqlclient-dev'
ANALYTICS_API_VERSION
:
"
gbabey/enterprise-data-api
"
ANALYTICS_API_VERSION
:
"
master
"
ANALYTICS_API_NGINX_PORT
:
'
1{{
analytics_api_gunicorn_port
}}'
ANALYTICS_API_SSL_NGINX_PORT
:
'
4{{
analytics_api_gunicorn_port
}}'
...
...
@@ -144,7 +144,7 @@ analytics_api_service_config_overrides:
LMS_BASE_URL
:
"
{{
ANALYTICS_API_LMS_BASE_URL
|
default('http://127.0.0.1:8000')
}}"
# db config
ANALYTICS_DATABASE
:
'
reports'
ANALYTICS_DATABASE
:
ANALYTICS_API_REPORTS_DB_NAME
DATABASES
:
'
{{
ANALYTICS_API_DATABASES
}}'
ELASTICSEARCH_LEARNERS_HOST
:
'
{{
ANALYTICS_API_ELASTICSEARCH_LEARNERS_HOST
}}'
ELASTICSEARCH_LEARNERS_INDEX
:
'
{{
ANALYTICS_API_ELASTICSEARCH_LEARNERS_INDEX
}}'
...
...
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