From 9fd25841920900ba0758c93a8644a2d237d81238 Mon Sep 17 00:00:00 2001 From: Jarrod Baker Date: Thu, 17 Feb 2022 13:40:15 +0000 Subject: [PATCH] Update development CH and ES instances for app-engine. --- production.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production.conf b/production.conf index 1fd8f93..03044d6 100644 --- a/production.conf +++ b/production.conf @@ -17,7 +17,7 @@ slick.dbs { profile = "components.clickhouse.ClickHouseProfile$" db { driver = "ru.yandex.clickhouse.ClickHouseDriver" - url = "jdbc:clickhouse://clickhouse-genetics-node-21110210.europe-west1-d.c.open-targets-genetics-dev.internal:8123/ot" + url = "jdbc:clickhouse://devgen2202-ch-11-clickhouse-v8s3.europe-west1-c.c.open-targets-genetics-dev.internal:8123/ot" url = ${?SLICK_CLICKHOUSE_URL} numThreads = 4 queueSize = 128 @@ -26,7 +26,7 @@ slick.dbs { } ot.elasticsearch { - host = "elasticsearch-genetics-node-21110210.europe-west1-d.c.open-targets-genetics-dev.internal" + host = "devgen2202-es-11-esearch-jts8.europe-west1-b.c.open-targets-genetics-dev.internal" host = ${?ELASTICSEARCH_HOST} port = 9200 }