Skip to content

Commit

Permalink
Update development CH and ES instances for app-engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodBaker committed Feb 17, 2022
1 parent 1aab5e6 commit 9fd2584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}

0 comments on commit 9fd2584

Please sign in to comment.