From d55330b678a65609af179f45910a995289d2d6a2 Mon Sep 17 00:00:00 2001 From: b90g <63392812+b90g@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:25:45 +0100 Subject: [PATCH] changed gcms ip (#199) --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index 83b1ba4..9b173cb 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -16,7 +16,7 @@ GREEN_DIRECTORY_DATA_PATH = 'data/countries/de' GREEN_DIRECTORY_LOCAL_PATH = './cache/green-directory' # IP address of the newthinking GCMS server -GCMS_IP = "91.102.13.20" +GCMS_IP = "194.29.234.123" # kind name of the spider job key datastore entities JOB_DATASTORE_KIND = 'spider-jobs'