diff --git a/conf/application.conf b/conf/application.conf index c6e8240c..3d8f3262 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -17,6 +17,11 @@ rest.history.size = 50 // defaults to 50 if not specified #data.path: "/var/lib/cerebro/cerebro.db" data.path = "./cerebro.db" +play { + # Cerebro port, by default it's 9000 (play's default) + server.http.port = ${?CEREBRO_PORT} +} + es = { gzip = true }