Skip to content

Commit

Permalink
Release 21.06.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Jun 14, 2021
1 parent 401c52e commit b77e1b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ ot {
name = "Open Targets GraphQL & REST API Beta"
apiVersion {
x = 0
y = 72
y = 73
z = 0
}
dataVersion {
year = 21
month = 4
iteration = 0
month = 6
iteration = 1
}
}
apiKeyHash = "-1467626332"
Expand Down
4 changes: 2 additions & 2 deletions production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slick.dbs {
profile = "clickhouse.ClickHouseProfile$"
db {
driver = "ru.yandex.clickhouse.ClickHouseDriver"
url = "jdbc:clickhouse://platform-etl-ch-21-04-3.c.open-targets-eu-dev.internal:8123"
url = "jdbc:clickhouse://pos-ch-server-kch6bvcn.c.open-targets-eu-dev.internal:8123"
url = ${?SLICK_CLICKHOUSE_URL}
numThreads = 4
queueSize = 128
Expand All @@ -19,7 +19,7 @@ slick.dbs {
}
ot {
elasticsearch {
host = "platform-etl-es-21-04-3.c.open-targets-eu-dev.internal"
host = "pos-es-server-482pn0r5.c.open-targets-eu-dev.internal"
port = 9200
host = ${?ELASTICSEARCH_HOST}
port = ${?ELASTICSEARCH_PORT}
Expand Down

0 comments on commit b77e1b8

Please sign in to comment.