Change green-directory repository URL

This commit is contained in:
Marian Steinbach 2021-11-11 20:02:57 +01:00
parent 728eb81eba
commit 0621e6c519
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CONNECT_TIMEOUT = 5
READ_TIMEOUT = 10
# Git repo for our data
GREEN_DIRECTORY_REPO = 'https://github.com/netzbegruenung/green-directory.git'
GREEN_DIRECTORY_REPO = 'https://git.verdigado.com/NB-Public/green-directory.git'
# folder in that repo that holds the data
GREEN_DIRECTORY_DATA_PATH = 'data/countries/de'
@ -21,3 +21,6 @@ GCMS_IP = "194.29.234.123"
# kind name of the spider job key datastore entities
JOB_DATASTORE_KIND = 'spider-jobs'
K8S_JOBS_PATH = './k8s-jobs'
K8S_JOB_TEMPLATE = './manager/job_template.yaml'
K8S_JOB_BATCH_SIZE = 10