Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions website/docs/reference/spicepod/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@ runtime:

This configuration allows requests from the `https://example.com` origin only.

### `runtime.temp_directory`

The path to a temporary directory that Spice will use for query/acceleration operations that spill to disk.

```yaml
runtime:
temp_directory: /tmp/spice
```

## `metadata`

An optional `map` of metadata.
Expand Down