Skip to content

Commit afa0845

Browse files
committed
Move security policy setting into Procfile
1 parent 4ecf372 commit afa0845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java $JVM_OPTS -cp target/tryclojure-standalone.jar clojure.main -m tryclojure.server
1+
web: java -Djava.security.policy=example.policy $JVM_OPTS -cp target/tryclojure-standalone.jar clojure.main -m tryclojure.server

0 commit comments

Comments
 (0)