From a6ece4cb61514371a280081c71109bde709b0bfb Mon Sep 17 00:00:00 2001 From: Jeremy Echols Date: Tue, 21 Apr 2015 16:04:37 -0700 Subject: [PATCH] Allow overriding jetty port Makes things easier when running other jetty apps --- config/jetty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jetty.yml b/config/jetty.yml index eaed48c..d56205c 100644 --- a/config/jetty.yml +++ b/config/jetty.yml @@ -1,6 +1,6 @@ default: startup_wait: 90 - jetty_port: 8983 + jetty_port: <%= ENV['JETTY_PORT'] || 8983 %> java_opts: - "-Xmx256m" - "-XX:MaxPermSize=128m"