Last change
on this file since 322 was
322,
checked in by hendrikvanantwerpen, 13 years ago
|
Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.
|
File size:
1.1 KB
|
Line | |
---|
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="fXYT0c[h_gT_ZtlDbpJESb=22p;R62HO5nvwgN3RI<3ZsIVu04UsP;HiMeFbFpns" |
---|
9 | |
---|
10 | # Global object class |
---|
11 | # ~~~~~ |
---|
12 | # Define the Global object class for this application. |
---|
13 | # Default to Global in the root package. |
---|
14 | # global=Global |
---|
15 | |
---|
16 | # Database configuration |
---|
17 | # ~~~~~ |
---|
18 | # You can declare as many datasources as you want. |
---|
19 | # By convention, the default datasource is named `default` |
---|
20 | # |
---|
21 | # db.default.driver=org.h2.Driver |
---|
22 | # db.default.url="jdbc:h2:mem:play" |
---|
23 | # db.default.user=sa |
---|
24 | # db.default.password= |
---|
25 | |
---|
26 | # Evolutions |
---|
27 | # ~~~~~ |
---|
28 | # You can disable evolutions if needed |
---|
29 | # evolutions=disabled |
---|
30 | |
---|
31 | # Logger |
---|
32 | # ~~~~~ |
---|
33 | # You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory . |
---|
34 | |
---|
35 | # Root logger: |
---|
36 | logger.root=INFO |
---|
37 | |
---|
38 | # Robot |
---|
39 | logger.robot=INFO |
---|
40 | |
---|
41 | # Logger used by the framework: |
---|
42 | logger.play=INFO |
---|
43 | |
---|
44 | # Logger provided to your application: |
---|
45 | logger.application=DEBUG |
---|
46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.