Skip to content

Commit

Permalink
new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona committed Jul 19, 2019
1 parent ac2f8d6 commit a7cb426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include "application.conf"
# https://www.playframework.com/documentation/latest/Configuration
http.port = 8080
http.port = ${?PLAY_PORT}
play.http.secret.key = "@t/PB4rK]zIFsMcFLMMSimE`1bG0Gf^:B`u^=3zh7cBjDoX>[PcNG/y4sSwn]hUZ"
play.http.secret.key = "changeme"
play.http.secret.key = ${?PLAY_SECRET}

# Root logger:
Expand All @@ -17,7 +17,7 @@ slick.dbs {
profile = "clickhouse.ClickHouseProfile$"
db {
driver = "ru.yandex.clickhouse.ClickHouseDriver"
url = "jdbc:clickhouse://clickhouse-190504.c.open-targets-genetics.internal:8123/ot"
url = "jdbc:clickhouse://clickhouse-190505.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-190504.c.open-targets-genetics.internal:8123/ot"
url = "jdbc:clickhouse://clickhouse-190505.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-190504.c.open-targets-genetics.internal"
host = "clickhouse-190505.c.open-targets-genetics.internal"
host = ${?ELASTICSEARCH_HOST}
port = 9200
}
Expand Down

0 comments on commit a7cb426

Please sign in to comment.