All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mpany.qendpoint-backend.2.0.1.source-code.application-prod.properties Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
# 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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy