Last change
on this file since 1415 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.3 KB
|
Rev | Line | |
---|
[1361] | 1 | # Production build default configuration |
---|
| 2 | # |
---|
| 3 | # $Author$ |
---|
| 4 | # $Date$ |
---|
| 5 | # $Rev$ |
---|
| 6 | |
---|
| 7 | # server URL |
---|
| 8 | grails.serverURL = "http://www.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-www |
---|
| 14 | dataSource.dbCreate=update |
---|
| 15 | dataSource.username=gscf |
---|
| 16 | dataSource.password=dbnp |
---|
| 17 | #dataSource.logSql=true |
---|
| 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://sam.nmcdsp.org |
---|
| 30 | modules.metabolomics.url=http://metabolomics.nmcdsp.org |
---|
| 31 | modules.metagenomics.url=http://metagenomics.nmcdsp.org |
---|
[1364] | 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.