Skip to content

Commit

Permalink
Move security policy setting into Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jul 1, 2013
1 parent 4ecf372 commit afa0845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: java $JVM_OPTS -cp target/tryclojure-standalone.jar clojure.main -m tryclojure.server
web: java -Djava.security.policy=example.policy $JVM_OPTS -cp target/tryclojure-standalone.jar clojure.main -m tryclojure.server

0 comments on commit afa0845

Please sign in to comment.