-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbiotestmine.properties
79 lines (60 loc) · 2.68 KB
/
biotestmine.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# 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=biotestmine
db.production.datasource.user=PSQL_USER
db.production.datasource.password=PSQL_PWD
# 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-biotestmine
db.common-tgt-items.datasource.user=PSQL_USER
db.common-tgt-items.datasource.password=PSQL_PWD
# 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-biotestmine
db.userprofile-production.datasource.user=PSQL_USER
db.userprofile-production.datasource.password=PSQL_PWD
# files for ID resolvers
#resolver.file.rootpath=/DATA/idresolver
#####################
# webapp properties #
#####################
# Web application deployment properties
# location of tomcat server and path of webapp - e.g. access http://localhost:8080/malariamine
webapp.deploy.url=http://localhost:8080
webapp.path=biotestmine
# tomcat username and password needed to deploy webapp
webapp.manager=TOMCAT_USER
webapp.password=TOMCAT_PWD
# 'Home' link
webapp.baseurl=http://localhost:8080
# account name for superuser (who can edit appearance and publish templates)
superuser.account=test_user@mail_account
superuser.initialPassword=secret
# run with no associated web site
project.standalone=true
# details for sending login e-mails
mail.host=localhost
mail.from=account@my_mail_host
mail.subject=Welcome to MalariaMine
mail.text=You have successfully created an account on BioTestMine
# text that appears in the header and elsewhere
project.title=BioTestMine
project.subTitle=An example of InterMine.bio with data from <i>Plasmodium falciparum</i>
project.releaseVersion=tutorial
# various URLs use this as the prefix
project.sitePrefix=http://www.flymine.org
project.helpLocation=http://www.flymine.org/help
# recipient of feedback form located on bottom of every page
feedback.destination = test_user@mail_address