Last change
on this file was
73,
checked in by robert@…, 12 years ago
|
- Fixed nullpointer bug in querying
- Changed order of classification buttons
- Added content-length to file downloads
|
File size:
785 bytes
|
Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author$ |
---|
4 | # $Date$ |
---|
5 | # $Rev$ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://localhost:8184/massSequencing |
---|
9 | grails.server.port.http=8184 |
---|
10 | |
---|
11 | # DATABASE |
---|
12 | dataSource.driverClassName=org.hsqldb.jdbcDriver |
---|
13 | dataSource.url=jdbc:hsqldb:mem:devDB |
---|
14 | dataSource.dbCreate=create-drop |
---|
15 | dataSource.username=sa |
---|
16 | dataSource.password= |
---|
17 | #dataSource.logSql=true |
---|
18 | |
---|
19 | # GSCF configuration - in order to synchronize correctly |
---|
20 | gscf.baseURL=http://localhost:8080/gscf |
---|
21 | massSequencing.consumerID=http://localhost:8184/massSequencing |
---|
22 | massSequencing.synchronization=true |
---|
23 | |
---|
24 | # File uploads |
---|
25 | massSequencing.fileUploadDir=fileuploads/temp |
---|
26 | massSequencing.fileDir=fileuploads/permanent |
---|
27 | |
---|
28 | # Filename of the (.fna, .qual and .oligos) files that are exported |
---|
29 | massSequencing.exportFilename=1.TCA.454Reads |
---|
Note: See
TracBrowser
for help on using the repository browser.