Last change
on this file since 1414 was
1414,
checked in by work@…, 12 years ago
|
- moved the environment specific properties files to src/java to make sure they are on the classpath
|
File size:
1.2 KB
|
Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author$ |
---|
4 | # $Date$ |
---|
5 | # $Rev$ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL="http://localhost:8080/${appName}" |
---|
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 | # E-MAIL |
---|
19 | # note: currently only authenticated smtp on port 465 is supported |
---|
20 | grails.mail.host=smtp.gmail.com |
---|
21 | grails.mail.username=gscf.default.installation@gmail.com |
---|
22 | grails.mail.password=s7udycap7r3 |
---|
23 | |
---|
24 | # SpringSecurity E-Mail Settings |
---|
25 | grails.plugins.springsecurity.ui.forgotPassword.emailFrom=gscf.default.installation@gmail.com |
---|
26 | |
---|
27 | # module configuration |
---|
28 | modules.sam.url=http://localhost:8182/sam |
---|
29 | modules.metabolomics.url=http://localhost:8183/nmcdsp |
---|
30 | modules.metagenomics.url=http://localhost:8184/metagenomics |
---|
31 | |
---|
32 | # default application users |
---|
33 | authentication.users.admin.username=admin |
---|
34 | authentication.users.admin.password=admiN123! |
---|
35 | authentication.users.admin.email=admin@dbnp.org |
---|
36 | authentication.users.admin.administrator=true |
---|
37 | authentication.users.user.username=user |
---|
38 | authentication.users.user.password=useR123! |
---|
39 | authentication.users.user.email=user@dbnp.org |
---|
40 | authentication.users.user.administrator=false |
---|
Note: See
TracBrowser
for help on using the repository browser.