1 | # Test build default configuration |
---|
2 | # |
---|
3 | # $Author: work@osx.eu $ |
---|
4 | # $Date: 2011-01-24 11:12:21 +0000 (ma, 24 jan 2011) $ |
---|
5 | # $Rev: 1435 $ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://test.nmcdsp.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-test |
---|
14 | dataSource.dbCreate=update |
---|
15 | dataSource.username=gscf |
---|
16 | dataSource.password=dbnp |
---|
17 | #dataSource.logSql=false |
---|
18 | |
---|
19 | # E-MAIL |
---|
20 | # note: currently only authenticated smtp on port 465 is supported |
---|
21 | grails.mail.host=smtp.gmail.com |
---|
22 | grails.mail.username=gscf.default.installation@gmail.com |
---|
23 | grails.mail.password=s7udycap7r3 |
---|
24 | |
---|
25 | # SpringSecurity E-Mail Settings |
---|
26 | grails.plugins.springsecurity.ui.forgotPassword.emailFrom=gscf.default.installation@gmail.com |
---|
27 | |
---|
28 | # module configuration |
---|
29 | modules.sam.url=http://test.sam.nmcdsp.org |
---|
30 | modules.metabolomics.url=http://test.metabolomics.nmcdsp.org |
---|
31 | modules.metagenomics.url=http://test.metagenomics.nmcdsp.org |
---|
32 | |
---|
33 | # default application users |
---|
34 | authentication.users.admin.username=admin |
---|
35 | authentication.users.admin.password=admiN123! |
---|
36 | authentication.users.admin.email=admin@dbnp.org |
---|
37 | authentication.users.admin.administrator=true |
---|
38 | authentication.users.user.username=user |
---|
39 | authentication.users.user.password=useR123! |
---|
40 | authentication.users.user.email=user@dbnp.org |
---|
41 | authentication.users.user.administrator=false |
---|