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