diff --git a/scheduler/settings.toml b/scheduler/settings.toml index 7ea67f50f868b225349779c2a7bb72aa98973e2f..6251f499e9dec02b78694d08e0581ad703f8e560 100644 --- a/scheduler/settings.toml +++ b/scheduler/settings.toml @@ -10,10 +10,6 @@ EXTENSIONS = [ "scheduler.ext.commands:init_app", "scheduler.ext.restapi:init_app", ] -CELERY_BROKER_URL = "redis://localhost:6379/0" -CELERY_RESULT_BACKEND = "redis://localhost:6379/1" -ANALYTICS_BACKEND_URL = "http://127.0.0.1:5000" -RIGHTS_ENGINE_BACKEND_URL = "http://127.0.0.1:8003" [development] EXTENSIONS = [