Last change
on this file since 1693 was
1693,
checked in by robert@…, 12 years ago
|
Modules menu can be switched on or off in configuration
|
-
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-04-04 11:00:26 +0000 (ma, 04 apr 2011) $ |
---|
5 | # $Rev: 1693 $ |
---|
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.metagenomics.url=http://localhost:8184/metagenomics |
---|
25 | |
---|
26 | # Number of seconds to keep rest results from modules in cache |
---|
27 | modules.cacheDuration = 0 |
---|
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.