Skip to content

Commit

Permalink
Merge pull request #88 from jechols/feature/configurable-jetty-port
Browse files Browse the repository at this point in the history
Allow overriding jetty port
  • Loading branch information
jcoyne committed Apr 22, 2015
2 parents 2a49050 + a6ece4c commit 7c8983c
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 7c8983c

Please sign in to comment.