Skip to content

Commit

Permalink
21.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Nov 23, 2021
1 parent 207fb29 commit 11ee85e
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 @@ -175,12 +175,12 @@ ot {
apiVersion {
x = 21
y = 11
z = 2
z = 4
}
dataVersion {
year = 21
month = 11
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://platform21-11-1-211117-025236-ch-vm.c.open-targets-eu-dev.internal:8123"
url = "jdbc:clickhouse://platform21-11-2-211123-042307-ch-vm.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 = "platform21-11-1-211117-025236-es-vm"
host = "platform21-11-2-211123-042307-es-vm"
port = 9200
host = ${?ELASTICSEARCH_HOST}
port = ${?ELASTICSEARCH_PORT}
Expand Down

0 comments on commit 11ee85e

Please sign in to comment.