Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2017 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/24e0e9e6b63c2ecb253d995ac88164b4 to your computer and use it in GitHub Desktop.
Save anonymous/24e0e9e6b63c2ecb253d995ac88164b4 to your computer and use it in GitHub Desktop.
akka {
}
play.crypto.secret = "changeme"
play.modules {
}
play.i18n {
langs = [ "en" ]
}
play.http {
session {
}
flash {
}
}
play.server.netty {
}
play.ws {
ssl {
}
}
play.cache {
}
play.filters {
cors {
}
csrf {
}
headers {
}
hosts {
}
}
play.evolutions {
}
play.db {
prototype {
}
}
db {
default.driver = org.h2.Driver
default.url = "jdbc:h2:mem:play"
default.jndiName=DefaultDS
}
jpa.default=defaultPersistenceUnit
parsers.text.maxLength=10M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment