Skip to content

Commit

Permalink
Allow overriding jetty port
Browse files Browse the repository at this point in the history
Makes things easier when running other jetty apps
  • Loading branch information
jechols committed Apr 21, 2015
1 parent 2a49050 commit a6ece4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jetty.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
startup_wait: 90
jetty_port: 8983
jetty_port: <%= ENV['JETTY_PORT'] || 8983 %>
java_opts:
- "-Xmx256m"
- "-XX:MaxPermSize=128m"

0 comments on commit a6ece4c

Please sign in to comment.