Skip to content
Snippets Groups Projects
Commit 496c5beb authored by Max Lou's avatar Max Lou
Browse files

Get vars from env

parent cf49c1de
No related branches found
No related tags found
No related merge requests found
Pipeline #912298 passed
Pipeline: FIRST_START

#912308

    ......@@ -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 = [
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment