source: trunk/grails-app/conf/config-development.properties @ 16

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
8grails.serverURL=http://localhost:8184/metagenomics
9grails.server.port.http=8184
10
11# DATABASE
12dataSource.driverClassName=org.hsqldb.jdbcDriver
13dataSource.url=jdbc:hsqldb:mem:devDB
14dataSource.dbCreate=create-drop
15dataSource.username=sa
16dataSource.password=
17#dataSource.logSql=true
18
19# GSCF configuration - in order to synchronize correctly
20gscf.baseURL=http://localhost:8080/gscf
21metagenomics.consumerID=http://localhost:8184/metagenomics
22metagenomics.synchronization = true
23
24# File uploads
25metagenomics.fileUploadDir=fileuploads/temp
26metagenomics.fileDir=fileuploads/permanent
Note: See TracBrowser for help on using the repository browser.