Skip to content

Disable by default provisioning analytics_api and insights.

Created by: tomaszgy

This PR adds:

"SANDBOX_ENABLE_ANALYTICS_API": False
"SANDBOX_ENABLE_INSIGHTS": False

to default Open edX settings to disable provisioning of the analytics_api and insights in sandboxes. Both of these flags have been just added to edx/configuration repo via https://github.com/edx/configuration/pull/4563.

https://hawthorn-beta.sandbox.opencraft.hosting/ have been spawned with both flags set to False manually.

Reviewers:

  • @pomegranited

Signed-off-by: Tomasz Gargas tomasz@opencraft.com

Merge request reports