Last change
on this file was
52,
checked in by robert@…, 12 years ago
|
- Updated a bug on production with org.apache.tools.zip
- Added tooltips to all icons
|
File size:
1004 bytes
|
Line | |
---|
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 |
---|
8 | grails.serverURL=http://test.massSequencing.dbnp.org |
---|
9 | |
---|
10 | # Disable profiling on production environment |
---|
11 | grails.profiler.disable=true |
---|
12 | |
---|
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 |
---|
24 | massSequencing.consumerID=http://test.massSequencing.dbnp.org |
---|
25 | massSequencing.synchronization = true |
---|
26 | |
---|
27 | # File uploads |
---|
28 | massSequencing.fileUploadDir=/tmp/metagenomics/temp |
---|
29 | massSequencing.fileDir=/tmp/metagenomics/permanent |
---|
30 | |
---|
31 | # Filename of the (.fna, .qual and .oligos) files that are exported |
---|
32 | massSequencing.exportFilename=1.TCA.454Reads |
---|
Note: See
TracBrowser
for help on using the repository browser.