WormMine sample properties

From WormBaseWiki
Revision as of 17:56, 14 August 2013 by Jdmswong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

# This file specifies the how to access local postgres databases used for
# building and running and InterMine.bio warehouse.  Also some configuration
# of InterMine behaviour.


#######################
# database properties #
#######################

# if true will log details about execution time of every query
os.production.verboseQueryLog=true

# Access to the postgres database to build into and access from the webapp
db.production.datasource.serverName=localhost
db.production.datasource.databaseName=wormmine
db.production.datasource.user=intermine
db.production.datasource.password=<POSTGRES USER PASSWORD>

# Temporary database used during the build process, this is re-built
# as sources are loaded and can be discarded once the warehouse build is complete
# It uses the InterMine 'items' metadata format to describe objects.

# common target items database
db.common-tgt-items.datasource.serverName=localhost
db.common-tgt-items.datasource.databaseName=items-wormmine
db.common-tgt-items.datasource.user=intermine
db.common-tgt-items.datasource.password=<POSTGRES USER PASSWORD>


# userprofile database - used by the webapp to store logins, query history,
# saved bags, templates and tags.
db.userprofile-production.datasource.serverName=localhost
db.userprofile-production.datasource.databaseName=userprofile-wormmine
db.userprofile-production.datasource.user=intermine
db.userprofile-production.datasource.password=<POSTGRES USER PASSWORD>



#####################
# webapp properties #
#####################

# Web application deployment properties

# location of tomcat server and path of webapp - e.g. access http://localhost:8080/wormmine
webapp.deploy.url=http://localhost:8080
webapp.path=wormmine


# tomcat username and password needed to deploy webapp
webapp.manager=intermine
webapp.password=<TOMCAT USER PASSWORD>

# 'Home' link
webapp.baseurl=<SERVER PUBLIC BASE URL>

# account name for superuser (who can edit appearance and publish templates)
superuser.account=<CREATE WM ADMIN USERNAME>
superuser.initialPassword=<CREATE WM ADMIN PASSWORD>

# run with no associated web site
project.standalone=true

# details for sending login e-mails
mail.host=localhost
mail.from=<EMAIL ADDRESS TO SEND HELP EMAILS FROM>
mail.subject=Welcome to WormMine
mail.text=You have successfully created an account on WormMine

# text that appears in the header and elsewhere
project.title=WormMine
project.subTitle= A mine containing C. elegans data
project.releaseVersion= .

# various URLs use this as the prefix
project.sitePrefix=<SAME AS BASEURL>/wormmine
project.helpLocation=http://wiki.wormbase.org/index.php/Main_Page

# recipient of feedback form located on bottom of every page
feedback.destination = <HELP REQUESTS ARE SENT HERE>

# disable openid
openid.allowed=true