comparison target/scala-2.9.1/classes/application.conf @ 0:3d01ca5b26ed

add
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Oct 2012 16:07:59 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3d01ca5b26ed
1 # This is the main configuration file for the application.
2 # ~~~~~
3
4 # Secret key
5 # ~~~~~
6 # The secret key is used to secure cryptographics functions.
7 # If you deploy your application to several instances be sure to use the same key!
8 application.secret="dNnjgN:?]iEGU7Xr[1TRf4<WFE]=o@VQ>qGlmCi31t;^V2o_cbF;N=[g1]]4DAh5"
9
10 # The application languages
11 # ~~~~~
12 application.langs="en"
13
14 # Global object class
15 # ~~~~~
16 # Define the Global object class for this application.
17 # Default to Global in the root package.
18 # global=Global
19
20 # Database configuration
21 # ~~~~~
22 # You can declare as many datasources as you want.
23 # By convention, the default datasource is named `default`
24 #
25 # db.default.driver=org.h2.Driver
26 # db.default.url="jdbc:h2:mem:play"
27 # db.default.user=sa
28 # db.default.password=
29 #
30 # You can expose this datasource via JNDI if needed (Useful for JPA)
31 # db.default.jndiName=DefaultDS
32
33 # Evolutions
34 # ~~~~~
35 # You can disable evolutions if needed
36 # evolutionplugin=disabled
37
38 # Ebean configuration
39 # ~~~~~
40 # You can declare as many Ebean servers as you want.
41 # By convention, the default server is named `default`
42 #
43 # ebean.default="models.*"
44
45 # Logger
46 # ~~~~~
47 # You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory .
48
49 # Root logger:
50 logger.root=ERROR
51
52 # Logger used by the framework:
53 logger.play=INFO
54
55 # Logger provided to your application:
56 logger.application=DEBUG
57