|
@@ -22,9 +22,9 @@ application.langs="en"
|
|
|
# You can declare as many datasources as you want.
|
|
|
# By convention, the default datasource is named `default`
|
|
|
#
|
|
|
-# db.default.driver=org.h2.Driver
|
|
|
-# db.default.url="jdbc:h2:mem:play"
|
|
|
-# db.default.user=sa
|
|
|
+#db.default.driver=org.h2.Driver
|
|
|
+#db.default.url="jdbc:h2:mem:play"
|
|
|
+#db.default.user=sa
|
|
|
# db.default.password=
|
|
|
#
|
|
|
# You can expose this datasource via JNDI if needed (Useful for JPA)
|
|
@@ -52,13 +52,6 @@ db.default.minConnectionsPerPartition=5
|
|
|
# You can disable evolutions if needed
|
|
|
# evolutionplugin=disabled
|
|
|
|
|
|
-# Ebean configuration
|
|
|
-# ~~~~~
|
|
|
-# You can declare as many Ebean servers as you want.
|
|
|
-# By convention, the default server is named `default`
|
|
|
-#
|
|
|
-ebean.default="models.*"
|
|
|
-
|
|
|
# Logger
|
|
|
# ~~~~~
|
|
|
# You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory .
|
|
@@ -70,5 +63,4 @@ logger.root=ERROR
|
|
|
logger.play=ERROR
|
|
|
|
|
|
# Logger provided to your application:
|
|
|
-logger.application=ERROR
|
|
|
-
|
|
|
+logger.application=ERROR
|