diff --git a/production.conf b/production.conf index 675d92e..787858e 100644 --- a/production.conf +++ b/production.conf @@ -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: @@ -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 @@ -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 @@ -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 }