Last change
on this file since 14 was
7,
checked in by robert@…, 11 years ago
|
- Created tests for the synchronization and trash
- Improved synchronizationservice and trash
- Put authorization checks in several pages
|
File size:
613 bytes
|
Line | |
---|
1 | # Development build default configuration |
---|
2 | # |
---|
3 | # $Author$ |
---|
4 | # $Date$ |
---|
5 | # $Rev$ |
---|
6 | |
---|
7 | # server URL |
---|
8 | grails.serverURL=http://localhost:9431/metagenomics |
---|
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 | metagenomics.consumerID=http://localhost:9431/metagenomics |
---|
21 | metagenomics.synchronization = true |
---|
22 | |
---|
23 | # File uploads |
---|
24 | metagenomics.fileUploadDir=/tmp/temp |
---|
25 | metagenomics.fileDir=/tmp/permanent |
---|
Note: See
TracBrowser
for help on using the repository browser.