Skip to content

Commit

Permalink
0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Jun 20, 2021
1 parent 1cd3cce commit db3a554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 = 73
y = 74
z = 0
}
dataVersion {
year = 21
month = 6
iteration = 1
iteration = 2
}
}
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://pos-ch-server-kch6bvcn.c.open-targets-eu-dev.internal:8123"
url = "jdbc:clickhouse://pos-ch-server-j8b34cjq.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 = "pos-es-server-482pn0r5.c.open-targets-eu-dev.internal"
host = "pos-es-server-2cy6plih.c.open-targets-eu-dev.internal"
port = 9200
host = ${?ELASTICSEARCH_HOST}
port = ${?ELASTICSEARCH_PORT}
Expand Down

0 comments on commit db3a554

Please sign in to comment.