-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapplication.properties.template
36 lines (30 loc) · 1.18 KB
/
application.properties.template
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
# Template for Spring Properties file. Original should NEVER be committed to GitHub
# SQL connection info
spring.datasource.url=jdbc:postgresql://<Host URL>/<DB Name>
spring.datasource.username=<DB User>
spring.datasource.password=<DB Password>
spring.datasource.tomcat.max-active=30
spring.datasource.tomcat.max-idle=20
spring.datasource.tomcat.min-idle=10
spring.datasource.tomcat.test-on-borrow=true
# Lucene info
lucene.genbank.index.location=<Path to Lucene Index of Genbank>
query.max.records=<Maximum records per Lucene query>
lucene.geonames.index.location=<Path to Lucene Index of Geonames>
# Email info
email.user=<Email Username>
email.pass=<Email Password>
email.from=<Email From Address>
# Job Settings
job.max.accessions=<Maximum Records per Job>
job.max.locations=<Maximum Unique Locations per Job>
# Pipeline Settings
beast.scripts.dir=<Beast scripts folder path>
geojson.location=<Path to world.geojson file>
spread3.jar=<Path to Spread3 jar file>
spread3.result.dir=<SpreaD3 results folder path>
job.logs.dir=<ZooPhy job logs folder path>
glm.script=<Path to create_glm_xml.py file>
zoophyviz.dir=<Path to zoophy-viz directory>
# Server HTTP port binding
server.port=<Server HTTP Port #>