File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
playbooks/roles/analytics_api Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ analytics_api_newrelic_appname: 'analytics-api'
42
42
analytics_api_debian_pkgs :
43
43
- ' libmysqlclient-dev'
44
44
45
- ANALYTICS_API_USE_PYTHON12 : False
46
-
47
- ANALYTICS_API_USE_PYTHON38 : True
45
+ ANALYTICS_API_USE_PYTHON12 : True
48
46
49
47
ANALYTICS_API_VERSION : " master"
50
48
ANALYTICS_API_NGINX_PORT : ' 1{{ analytics_api_gunicorn_port }}'
Original file line number Diff line number Diff line change 22
22
dependencies :
23
23
- role : edx_django_service
24
24
edx_django_service_use_python312 : ' {{ ANALYTICS_API_USE_PYTHON12 }}'
25
- edx_django_service_use_python38 : ' {{ ANALYTICS_API_USE_PYTHON38 }}'
26
25
edx_django_service_repos : ' {{ ANALYTICS_API_REPOS }}'
27
26
edx_django_service_name : ' {{ analytics_api_service_name }}'
28
27
edx_django_service_user : ' {{ analytics_api_user }}'
You can’t perform that action at this time.
0 commit comments