[cms.djangoapp]
config_watcher = edx_arch_experiments.config_watcher.apps:ConfigWatcher
datadog_monitoring = edx_arch_experiments.datadog_monitoring.apps:DatadogMonitoring

[lms.djangoapp]
arch_experiments = edx_arch_experiments.apps:EdxArchExperimentsConfig
config_watcher = edx_arch_experiments.config_watcher.apps:ConfigWatcher
datadog_monitoring = edx_arch_experiments.datadog_monitoring.apps:DatadogMonitoring
