• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero_ds_fix/etc/local.properties.example

Revision 769, 1.1 kB (checked in by jmoore, 2 years ago)

Further implemented password functionality (#181 & #199)

Line 
1#
2# local.properties.example
3# ------------------------
4# system variables which will be used both at
5# build-time and run-time
6#
7omero.version=3.0-M1
8omero.repo.local=${omero.home}/lib/repository
9omero.repo.remote=file://${user.home}/.m2/repository
10omero.rootpass=ome
11
12############################################
13# client connection
14############################################
15omero.user=user
16omero.pass=secret
17
18############################################
19# database connection
20############################################
21hibernate.connection.username=user
22hibernate.connection.password=secret
23
24############################################
25# jndi connection
26############################################
27server.host=localhost
28server.port=1099
29
30############################################
31# maven.xml properties
32# ------------------------------------------
33# when using maven.xml to generate classpath
34# files uncomment out these variables. just
35# be sure to re-comment them when using ant
36# or odd errors will appear.
37############################################
38#omero.repo.local=${user.home}/.m2/repository/
39#omero.repo.remote=file://${omero.home}/lib/repository/
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/