-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathapplication.properties
More file actions
34 lines (27 loc) · 930 Bytes
/
application.properties
File metadata and controls
34 lines (27 loc) · 930 Bytes
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
# the port on which the server will start
server.port=1234
# Specify where the new datasets will be stored
locationEndpoint=./qendpoint
# the location of the RDF4J Delta store
nativeStoreName=native-store
# the location of the HDT store
hdtStoreName=hdt-store
# the name of the HDT file in the HDT store location
hdtIndexName=index_dev.hdt
# the specifications for the HDT loading/mapping
hdtSpecification=dictionary.type=dictionaryFourBig
# the threshold before merging the rdf4j store to hdt
threshold=1000000
# the queries timeout
maxTimeout=300
maxTimeoutUpdate=300
# the rdf config model to config the sails
repoModel=repo_model.ttl
# log level
logging.level.root=INFO
# spring configs (do not touch)
spring.servlet.multipart.maxFileSize = -1
spring.servlet.multipart.maxRequestSize = -1
spring.servlet.multipart.enabled=false
spring.servlet.multipart.resolve-lazily = true
management.endpoints.web.exposure.include=*