2023-03-27 17:25:27 +02:00
|
|
|
# System Properties
|
|
|
|
|
|
|
|
These are JVM system properties used by each service
|
|
|
|
|
|
|
|
## Search Service
|
|
|
|
| flag | values | description |
|
|
|
|
|-------------|------------|-------------------------------------------------------|
|
|
|
|
| website-url |https://search.marginalia.nu/|Overrides the website URL used in rendering|
|
|
|
|
|
|
|
|
## Crawler Process
|
|
|
|
|flag| values | description |
|
|
|
|
|---|------------|-------------------------------------------------------|
|
|
|
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|
|
|
|
|
|
|
|
## Converter Process
|
|
|
|
|flag| values | description |
|
|
|
|
|---|------------|-------------------------------------------------------|
|
|
|
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|
|
|
|
|
|
|
|
## Loader Process
|
|
|
|
|flag| values | description |
|
|
|
|
|---|------------|-------------------------------------------------------|
|
|
|
|
|local-index-path| /some/path | Selects the location the loader will write index data |
|
2023-09-21 12:48:33 +02:00
|
|
|
|crawl.rootDirRewrite|/some/path|Sets the base directory of a crawl plan |
|