From 496c5beb1250ce615810c20da7fc5a3d6f3f491b Mon Sep 17 00:00:00 2001
From: Max Lou Hartel-Kaduk <mhartel@digitallearning.gmbh>
Date: Tue, 7 Feb 2023 12:06:58 +0100
Subject: [PATCH] Get vars from env

---
 scheduler/settings.toml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scheduler/settings.toml b/scheduler/settings.toml
index 7ea67f5..6251f49 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 = [
-- 
GitLab