root/tags/omero-3.0-M3/etc/hibernate.properties
| Revision 935, 0.6 kB (checked in by jmoore, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | ############################################ |
| 2 | # database connection |
| 3 | ############################################ |
| 4 | database.host=localhost |
| 5 | database.name=omero3 |
| 6 | database.profile=psql |
| 7 | |
| 8 | # |
| 9 | # hibernate.properties |
| 10 | # -------------------- |
| 11 | # environment variables for Hibernate. Hibernate looks |
| 12 | # for this file specifically in the class path for setting |
| 13 | # some properties like cglib.use_reflection_optimizer below. |
| 14 | # |
| 15 | # |
| 16 | hibernate.bytecode.use_reflection_optimizer=false |
| 17 | hibernate.show_sql=false |
| 18 | hibernate.jdbc.batch_size=0 |
| 19 | |
| 20 | container.status=out-of-container |
| 21 | #This will be overwritten by ejb.properties during deployment |
Note: See TracBrowser
for help on using the browser.
