diff --git a/lego/settings/development.py b/lego/settings/development.py index 12729d46a..160a91635 100644 --- a/lego/settings/development.py +++ b/lego/settings/development.py @@ -76,6 +76,8 @@ CELERY_BROKER_URL = "redis://127.0.0.1" CELERY_TASK_ALWAYS_EAGER = True +PLAUSIBLE_KEY = "lego-dev" + ELASTICSEARCH = "127.0.0.1" SEARCH_BACKEND = os.environ.get("SEARCH_BACKEND", "postgres")