Last change
on this file since 14 was
3,
checked in by robert@…, 11 years ago
|
Externalized configuration; improved assay view (detail views of runs and samples); implemented uploading and parsing of FASTA and QUAL files
|
File size:
274 bytes
|
Line | |
---|
1 | dataSource { |
---|
2 | pooled = true |
---|
3 | driverClassName = "org.hsqldb.jdbcDriver" |
---|
4 | username = "sa" |
---|
5 | password = "" |
---|
6 | } |
---|
7 | hibernate { |
---|
8 | cache.use_second_level_cache = true |
---|
9 | cache.use_query_cache = true |
---|
10 | cache.provider_class = 'net.sf.ehcache.hibernate.EhCacheProvider' |
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.