Last change
on this file since 16 was
16,
checked in by robert@…, 13 years ago
|
Improvement of the synchronization error handling and changes for deploying the module to dbnptest
|
File size:
661 bytes
|
Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author$ |
---|
4 | # $Date$ |
---|
5 | # $Rev$ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://localhost:8184/metagenomics |
---|
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 | metagenomics.consumerID=http://localhost:8184/metagenomics |
---|
22 | metagenomics.synchronization = true |
---|
23 | |
---|
24 | # File uploads |
---|
25 | metagenomics.fileUploadDir=fileuploads/temp |
---|
26 | metagenomics.fileDir=fileuploads/permanent |
---|
Note: See
TracBrowser
for help on using the repository browser.