root/branches/omero_ds_fix/etc/omero.properties
| Revision 1063, 1.0 kB (checked in by jmoore, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | # |
| 2 | # omero.properties |
| 3 | # ----------------- |
| 4 | # system variables which will be used both at |
| 5 | # build-time and run-time |
| 6 | # |
| 7 | # To override the name of the application, |
| 8 | # uncomment the below. |
| 9 | omero.product=GlencoeDME |
| 10 | omero.version=3.0-TRUNK |
| 11 | omero.repo.local=${omero.home}/lib/repository |
| 12 | omero.repo.remote=file://${user.home}/.m2/repository |
| 13 | |
| 14 | ############################################ |
| 15 | # client connection |
| 16 | ############################################ |
| 17 | omero.group=user |
| 18 | omero.event=User |
| 19 | |
| 20 | ############################################ |
| 21 | # application server connection |
| 22 | ############################################ |
| 23 | server.host=localhost |
| 24 | server.port=1099 |
| 25 | |
| 26 | ############################################ |
| 27 | # maven.xml properties |
| 28 | # ------------------------------------------ |
| 29 | # when using maven.xml to generate classpath |
| 30 | # files uncomment out these variables. just |
| 31 | # be sure to re-comment them when using ant |
| 32 | # or odd errors will appear. |
| 33 | ############################################ |
| 34 | #omero.repo.local=${user.home}/.m2/repository/ |
| 35 | #omero.repo.remote=file://${omero.home}/lib/repository/ |
Note: See TracBrowser
for help on using the browser.
