Last change
on this file was
52,
checked in by robert@…, 10 years ago
|
- Updated a bug on production with org.apache.tools.zip
- Added tooltips to all icons
|
File size:
1004 bytes
|
Rev | Line | |
---|
[16] | 1 | # DBNP Test build default configuration |
---|
| 2 | # |
---|
| 3 | # $Author: robert@isdat.nl $ |
---|
| 4 | # $Date: 2011-02-07 16:07:54 +0100 (Mon, 07 Feb 2011) $ |
---|
| 5 | # $Rev: 1501 $ |
---|
| 6 | |
---|
| 7 | # server URL |
---|
[36] | 8 | grails.serverURL=http://test.massSequencing.dbnp.org |
---|
[16] | 9 | |
---|
[52] | 10 | # Disable profiling on production environment |
---|
| 11 | grails.profiler.disable=true |
---|
| 12 | |
---|
[16] | 13 | # DATABASE |
---|
| 14 | dataSource.driverClassName=org.postgresql.Driver |
---|
| 15 | dataSource.dialect=org.hibernate.dialect.PostgreSQLDialect |
---|
| 16 | dataSource.url=jdbc:postgresql://localhost:5432/metagenomics-test |
---|
| 17 | dataSource.dbCreate=update |
---|
| 18 | dataSource.username=metagenomics |
---|
| 19 | dataSource.password=dbnp |
---|
| 20 | #dataSource.logSql=true |
---|
| 21 | |
---|
| 22 | # GSCF configuration - in order to synchronize correctly |
---|
| 23 | gscf.baseURL=http://test.dbnp.org |
---|
[36] | 24 | massSequencing.consumerID=http://test.massSequencing.dbnp.org |
---|
| 25 | massSequencing.synchronization = true |
---|
[16] | 26 | |
---|
| 27 | # File uploads |
---|
[36] | 28 | massSequencing.fileUploadDir=/tmp/metagenomics/temp |
---|
| 29 | massSequencing.fileDir=/tmp/metagenomics/permanent |
---|
[24] | 30 | |
---|
| 31 | # Filename of the (.fna, .qual and .oligos) files that are exported |
---|
[36] | 32 | massSequencing.exportFilename=1.TCA.454Reads |
---|
Note: See
TracBrowser
for help on using the repository browser.