From 2e12c23648be1b6827f1717ca143359d29043a39 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 6 Jul 2022 10:19:49 +0300 Subject: Implement UI for dataset selection As part of updating the database with the new data, there is a need to select the appropriate dataset that the data belongs to, and this commit provides the UI to assist the user do that. --- etc/default_config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/default_config.py') diff --git a/etc/default_config.py b/etc/default_config.py index 76b6b43..fcb17d9 100644 --- a/etc/default_config.py +++ b/etc/default_config.py @@ -10,3 +10,4 @@ SECRET_KEY = b"" UPLOAD_FOLDER = "/tmp/qc_app_files" REDIS_URL = "redis://" JOBS_TTL_SECONDS = 1209600 # 14 days +GN3_URL="http://localhost:8080" -- cgit v1.2.3