Last change
on this file since 1926 was
1926,
checked in by robert@…, 11 years ago
|
Default cache timeout should be higher than zero on production systems. It's set to 15 minutes now. However, in development systems it's best to set it to zero. This should be done in other configuration files.
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
1.1 KB
|
Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author: robert@isdat.nl $ |
---|
4 | # $Date: 2011-06-14 07:21:33 +0000 (di, 14 jun 2011) $ |
---|
5 | # $Rev: 1926 $ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://localhost:8080/gscf |
---|
9 | |
---|
10 | # DATABASE |
---|
11 | dataSource.driverClassName=org.hsqldb.jdbcDriver |
---|
12 | dataSource.url=jdbc:hsqldb:mem:devDB |
---|
13 | dataSource.dbCreate=create-drop |
---|
14 | dataSource.username=sa |
---|
15 | dataSource.password= |
---|
16 | #dataSource.logSql=true |
---|
17 | |
---|
18 | # SpringSecurity E-Mail Settings |
---|
19 | grails.plugins.springsecurity.ui.forgotPassword.emailFrom=gscf.default.installation@gmail.com |
---|
20 | |
---|
21 | # module configuration |
---|
22 | #modules.sam.url=http://localhost:8182/sam |
---|
23 | #modules.metabolomics.url=http://localhost:8183/nmcdsp |
---|
24 | #modules.massSequencing.url=http://localhost:8184/massSequencing |
---|
25 | |
---|
26 | # Number of seconds to keep rest results from modules in cache |
---|
27 | modules.cacheDuration=900 |
---|
28 | modules.showInMenu=true |
---|
29 | |
---|
30 | # default application users |
---|
31 | authentication.users.admin.username=admin |
---|
32 | authentication.users.admin.password=admiN123! |
---|
33 | authentication.users.admin.email=admin@dbnp.org |
---|
34 | authentication.users.admin.administrator=true |
---|
35 | #authentication.users.user.username=user |
---|
36 | #authentication.users.user.password=useR123! |
---|
37 | #authentication.users.user.email=user@dbnp.org |
---|
38 | #authentication.users.user.administrator=false |
---|
Note: See
TracBrowser
for help on using the repository browser.