Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: upgrade edx-enterprise-data
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Feb 13, 2024
1 parent ddca804 commit facf6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions analyticsdataserver/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
ANALYTICS_DATABASE_V1 = None
DATABASE_ROUTERS = ['analyticsdataserver.router.AnalyticsAPIRouter', 'analyticsdataserver.router.AnalyticsModelsRouter']
ENTERPRISE_REPORTING_DB_ALIAS = 'enterprise'
ENROLLMENTS_PAGE_SIZE = 10000

LMS_BASE_URL = None

Expand Down
1 change: 1 addition & 0 deletions analyticsdataserver/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
ANALYTICS_DATABASE = 'analytics'
ENTERPRISE_REPORTING_DB_ALIAS = 'analytics'
ANALYTICS_DATABASE_V1 = 'analytics'
ENROLLMENTS_PAGE_SIZE = 10000

TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'

Expand Down
1 change: 1 addition & 0 deletions analyticsdataserver/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
ANALYTICS_DATABASE = 'analytics'
ANALYTICS_DATABASE_V1 = 'analytics_v1'
ENTERPRISE_REPORTING_DB_ALIAS = 'default'
ENROLLMENTS_PAGE_SIZE = 10000

LMS_BASE_URL = 'http://lms-host'

Expand Down

0 comments on commit facf6de

Please sign in to comment.