Skip to content

Commit

Permalink
tag: new minor release to update the new data machine
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona committed Feb 28, 2020
1 parent ea2b9cd commit 2c72eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ slick.dbs {
profile = "clickhouse.ClickHouseProfile$"
db {
driver = "ru.yandex.clickhouse.ClickHouseDriver"
url = "jdbc:clickhouse://clickhouse-190506.c.open-targets-genetics.internal:8123/ot"
url = "jdbc:clickhouse://clickhouse-200201.c.open-targets-genetics.internal:8123/ot"
url = ${?SLICK_CLICKHOUSE_URL}
numThreads = 4
queueSize = 128
Expand All @@ -27,7 +27,7 @@ slick.dbs {
profile = "clickhouse.ClickHouseProfile$"
db {
driver = "ru.yandex.clickhouse.ClickHouseDriver"
url = "jdbc:clickhouse://clickhouse-190506.c.open-targets-genetics.internal:8123/ot"
url = "jdbc:clickhouse://clickhouse-200201.c.open-targets-genetics.internal:8123/ot"
url = ${?SLICK_CLICKHOUSE_URL_SS}
numThreads = 4
queueSize = 128
Expand All @@ -36,7 +36,7 @@ slick.dbs {
}

ot.elasticsearch {
host = "clickhouse-190506.c.open-targets-genetics.internal"
host = "clickhouse-200201.c.open-targets-genetics.internal"
host = ${?ELASTICSEARCH_HOST}
port = 9200
}
Expand Down

0 comments on commit 2c72eb1

Please sign in to comment.