- TemporaryStorage (webserver.staticcontent) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
delete-on-exit | boolean | true | Whether temporary files should be deleted on JVM exit. This is enabled by default, yet it may be useful for debugging purposes to keep the files in place. |
directory | Path | Location of the temporary storage, defaults to temporary storage configured for the JVM. | |
enabled | boolean | true | Whether the temporary storage is enabled, defaults to |
file-prefix | string | helidon-ws | Prefix of the files in temporary storage. |
file-suffix | string | .je | Suffix of the files in temporary storage. |