|
| 1 | +--- |
| 2 | +absorb: true |
| 3 | +--- |
| 4 | + |
| 5 | +| Property | Description | Default | |
| 6 | +|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------| |
| 7 | +| JsonLdCachedProfileValidityInMs | The time in ms a cached JSON-LD profile is regarded up to date. If elapsed, the registry performs an update-download. | 86400000 | |
| 8 | +| ShouldAppendStackTraceToErrorMessages | Should stack traces be appended to http error messages. Of great help during debugging. | false | |
| 9 | +| DataBasePath | The path where the database gets stored. | ./production_db | |
| 10 | +| EnableMandatorySlugInContainerPost | Is the Slug header mandatory when creating containers via POST. | false | |
| 11 | +| EnableValidation | Is validation of Annotation and Container during POST active. | true | |
| 12 | +| WebClientFolder | The folder where the web client is located. | /webcontent | |
| 13 | +| JsonLdProfileFolder | The folder where the JSON-LD profiles are locally cached. | ./profiles | |
| 14 | +| SparqlReadIp | The IP of the SPARQL read-only endpoint. Either a specific one (including localhost) or * for all | * | |
| 15 | +| EnableContentNegotiation | Is content negotiation active. | true | |
| 16 | +| SparqlReadPort | The port of the SPARQL read-only endpoint. Use -1 to disable this endpoint. | 3330 | |
| 17 | +| FallbackValidation | Is fallback validation active. When posting elements in a format that has no specific validator implementation, the data is converted to JSON-LD and validated in this format before it gets posted. | true | |
| 18 | +| Hostname | The hostname under which this server can be reached. It has to be translated to the IP set in WapIp by DNS. This setting has influence on the root IRI and cannot be changed after a database has been created. For details refers to the Root Container section later. | localhost | |
| 19 | +| CorsAllowedOriginsPath | The file where CORS allowed origins are stored. If the file does not exist on application startup, it is autocreated using the default setting to allow CORS for all origins. For details refers to the Cors section later. | ./cors_allowed_origins.conf | |
| 20 | +| WapIp | The IP of the WAP endpoint. Either a specific one (including localhost) or * for all. | * | |
| 21 | +| EnableMandatoryLabelInContainers | Are labels mandatory when creating containers via POST. | false | |
| 22 | +| JavaDocFolder | The folder where the javadoc is stored. | ./doc | |
| 23 | +| EnableHttps | Is HTTPS active. HTTPS has additional dependencies. This setting has influence on the root IRI and cannot be changed after a database has been created. For details refer so the SSL section later. | false | |
| 24 | +| JsonLdFrameFolder | The folder where the JSON-LD frames are stored. | ./profiles | |
| 25 | +| JsonLdValidator_SchemaFolder | The folder where the JSON-LD schemas are stored. | ./schemas | |
| 26 | +| SimpleFormatters | The string configuring simple formats. For details refer to the Formats section later. | NTRIPLES\*application/n-triples | RDF_JSON\*application/rdf+json | |
| 27 | +| SparqlWritePort | The port of the SPARQL read-write endpoint. Use -1 to disable this endpoint. | 3331 | |
| 28 | +| SparqlWriteIp | The IP of the SPARQL read-write endpoint. Either a specific one (including localhost) or * for all. | localhost | |
| 29 | +| PageSize | The count of annotations that lie within one PAGE in responses. | 20 | |
| 30 | +| MultipleAnnotationPost | Is posting multiple annotations in one request possible. | true | |
| 31 | +| WapPort | The port under which the WAP service is reachable. This port is used for HTTP and HTTPS service. When 80 is set and a http service is used, the port is omitted. The same applies to HTTPS and port 443. This setting has influence on the root IRI and cannot be changed after a database has been created. For details refer to the Root Container section. | 80 | |
| 32 | +| RdfBackendImplementation | The qualifier of the used RDF backend implementation. The default backend is 'jena'. | jena | |
0 commit comments