Skip to content

Commit

Permalink
Updates for PostgreSQL on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Apr 2, 2015
1 parent df3f19f commit 7a172fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: target/universal/stage/bin/play2torial -Dhttp.port=${PORT} -DapplyEvolutions.default=true -Ddb.default.driver=org.postgresql.Driver -Ddb.default.url=$DATABASE_URL
4 changes: 3 additions & 1 deletion build.sbt
Expand Up @@ -15,4 +15,6 @@ libraryDependencies ++= Seq(

libraryDependencies += "org.webjars" % "jquery" % "1.11.2"

libraryDependencies += "org.webjars" % "bootstrap" % "2.1.1"
libraryDependencies += "org.webjars" % "bootstrap" % "2.1.1"

libraryDependencies += "postgresql" % "postgresql" % "9.1-901-1.jdbc4"

0 comments on commit 7a172fa

Please sign in to comment.