Skip to content

Commit

Permalink
#6 Adds a basic Heroku deployment file with MongoDB support
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavrachev committed Aug 23, 2017
1 parent 6273f8e commit 1457021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: java -Dserver.port=$PORT -Dspring.data.mongodb.uri=$MONGODB_URI $JAVA_OPTS -jar build/libs/*.jar

0 comments on commit 1457021

Please sign in to comment.