-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.yaml
35 lines (29 loc) · 1.11 KB
/
application.yaml
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
server:
# servlet-path: /pipe # custom servlet-path
port: 8080 # default server port, if not set otherwise
# Math AST Renderer - Main URL
mast.url: https://vmext.wmflabs.org/
# the latexml config is given from MathMLTools!
latexml:
# use this config to control whether latexml should be called locally or remote
remote: true
# set special url if remote is true
# url: https://latexml.mediabotz.de/
url: https://drmf-latexml.wmflabs.org/convert
# set this option if you want to parse tex with semantic macros (default is true)
content: false
# if 'content' is true, specify the path to the macros
contentPath: /home/andre/Projects/DRMF
# Mathoid - alternative Latex to MathML converter
mathoid:
active: true
url: http://172.17.0.1:10044/mml
# change this to your local path of the translator program
translator:
jarPath: "LaCASt/bin/latex-to-cas-translator.jar"
basexserver:
harvestPath: "sampleHarvest.xml"
# -db /opt/zbmath/empty-dump/ -tfidf /opt/zbmath/tfidf/ -index zbmath -esMaxHits 200 -minDF 25 -maxDF 50000
formulacloud:
elasticsearchHost: "172.17.0.1"
elasticsearchPort: 9200