Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author$ |
---|
4 | # $Date$ |
---|
5 | # $Rev$ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://localhost:9431/massSequencing |
---|
9 | |
---|
10 | # DATABASE |
---|
11 | dataSource.driverClassName=org.hsqldb.jdbcDriver |
---|
12 | dataSource.url=jdbc:hsqldb:mem:devDB |
---|
13 | dataSource.dbCreate=create-drop |
---|
14 | dataSource.username=sa |
---|
15 | dataSource.password= |
---|
16 | #dataSource.logSql=true |
---|
17 | |
---|
18 | # GSCF configuration - in order to synchronize correctly |
---|
19 | gscf.baseURL=http://localhost:9432 |
---|
20 | massSequencing.consumerID=http://localhost:9431/massSequencing |
---|
21 | massSequencing.synchronization = true |
---|
22 | |
---|
23 | # File uploads |
---|
24 | massSequencing.fileUploadDir=/tmp/temp |
---|
25 | massSequencing.fileDir=/tmp/permanent |
---|
Note: See
TracBrowser
for help on using the repository browser.