Play Framework
Deploy to Heroku
Java Version
java.runtime.version=1.8Config
# application.conf
play.http.secret.key=${?APPLICATION_SECRET}# Hosts
play.filters.hosts {
# Allow requests to example.com, its subdomains, and localhost:9000.
allowed = ["abc.herokuapp.com/", "localhost:9000"]
}Deployment
Deploying to a remote Git repository
Deploying with the sbt-heroku plugin
Troubleshooting
References
Last updated