Last change
on this file since 1669 was
1669,
checked in by work@…, 13 years ago
|
no more gmails
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
1.2 KB
|
Line | |
---|
1 | # DBNP Demo build default configuration |
---|
2 | # |
---|
3 | # $Author: work@osx.eu $ |
---|
4 | # $Date: 2011-03-23 12:32:02 +0000 (wo, 23 mrt 2011) $ |
---|
5 | # $Rev: 1669 $ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://demo.dbnp.org |
---|
9 | |
---|
10 | # DATABASE |
---|
11 | dataSource.driverClassName=org.postgresql.Driver |
---|
12 | dataSource.dialect=org.hibernate.dialect.PostgreSQLDialect |
---|
13 | dataSource.url=jdbc:postgresql://localhost:5432/gscf-demo |
---|
14 | dataSource.dbCreate=update |
---|
15 | dataSource.username=gscf |
---|
16 | dataSource.password=dbnp |
---|
17 | #dataSource.logSql=true |
---|
18 | |
---|
19 | # SpringSecurity E-Mail Settings |
---|
20 | grails.plugins.springsecurity.ui.forgotPassword.emailFrom=gscf.default.installation@gmail.com |
---|
21 | |
---|
22 | # module configuration |
---|
23 | modules.sam.url=http://demo.sam.dbnp.org |
---|
24 | modules.metabolomics.url=http://demo.metabolomics.dbnp.org |
---|
25 | modules.metagenomics.url=http://demo.metagenomics.dbnp.org |
---|
26 | |
---|
27 | # Number of seconds to keep rest results from modules in cache |
---|
28 | modules.cacheDuration = 600 |
---|
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.