mpany.qendpoint-backend.2.0.1.source-code.application-prod.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qendpoint-backend Show documentation
Show all versions of qendpoint-backend Show documentation
SPARQL Endpoint of the qendpoint.
# the port on which the server will start
server.port=-1
# Specify where the new datasets will be stored
# the location of the RDF4J Delta store
locationEndpoint=./data
# 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=
# 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
# 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