source: trunk/intermine/doc/example/flymine.properties @ 17934

Revision 17934, 1.7 KB checked in by rns, 3 years ago (diff)

Removed DataTranslator? and related classes, removed all references to common-src-items and translation from build system and default properties.

Line 
1# update this file with the name and location of your postgres production databases
2
3# PRODUCTION DATABASE
4db.production.datasource.serverName=SERVER_LOCATION
5db.production.datasource.databaseName=flymine-XX.0
6db.production.datasource.user=USERNAME
7db.production.datasource.password=PASSWORD
8
9
10# common target items database
11db.common-tgt-items.datasource.serverName=SERVER_LOCATION
12db.common-tgt-items.datasource.databaseName=common-tgt-items
13db.common-tgt-items.datasource.user=USERNAME
14db.common-tgt-items.datasource.password=PASSWORD
15
16# userprofile database
17db.userprofile-production.datasource.serverName=SERVER_LOCATION
18db.userprofile-production.datasource.databaseName=userprofile-flymine
19db.userprofile-production.datasource.user=USERNAME
20db.userprofile-production.datasource.password=PASSWORD
21
22os.production.verboseQueryLog=true
23build.compiler=modern
24
25# Web server
26project.title=FlyMine
27project.subTitle=An integrated database for <i>Drosophila</i> and <i>Anopheles</i> genomics
28project.sitePrefix=http://www.flymine.org
29project.releaseVersion=flymine-mirror
30project.helpLocation=http://www.flymine.org/help
31www.serverlocation=/var/www
32
33# Web application
34webapp.deploy.url=http://localhost:8080
35webapp.baseurl=http://localhost:8080
36webapp.path=flymine
37webapp.manager=TOMCAT_USERNAME
38webapp.password=TOMCAT_PASSWORD
39webapp.logdir=~USERNAME/svn/logs/
40
41# mail
42mail.host=mail.flymine.org
43mail.from=info@flymine.org
44mail.subject=Password for the FlyMine system
45mail.text=Your password for the FlyMine system is: {0}
46feedback.destination = info@flymine.org
47
48# super user
49superuser.account=info@flymine.org
50
51# Don't edit
52webapp.os.alias=os.production
53webapp.userprofile.os.alias=osw.userprofile-production
54webapp.viewByID.prefix=objectDetails.do?id=
Note: See TracBrowser for help on using the repository browser.