Skip to content

Commit d1cc761

Browse files
committed
chore: add missing skytable docs
1 parent 2815489 commit d1cc761

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/docs/caching.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,18 @@ If you use the default provided image it is automatically enabled.
3232
If you set the following values feedback-fusion will automatically enable distributed caching
3333
via skytable
3434

35-
| Environment Variable | Type | Default | Description |
36-
|------------------------|------------------|-----------|---------------------------------------------------|
37-
| `skytable_host` | `Option<String>` | `None` | The hostname or IP address of the Skytable server |
38-
| `skytable_port` | `Option<u16>` | `None` | The port on which the Skytable server is running |
39-
| `skytable_certificate` | `Option<String>` | `None` | The Skytable servers ca certificate |
40-
| `skytable_username` | `Option<String>` | `None` | The username for authentication |
41-
| `skytable_password` | `Option<String>` | `None` | The password for authentication |
35+
| Environment Variable | Type | Default | Description |
36+
|------------------------|------------------|--------------------|---------------------------------------------------|
37+
| `skytable_host` | `Option<String>` | `None` | The hostname or IP address of the Skytable server |
38+
| `skytable_port` | `Option<u16>` | `None` | The port on which the Skytable server is running |
39+
| `skytable_certificate` | `Option<String>` | `None` | The Skytable servers ca certificate |
40+
| `skytable_username` | `Option<String>` | `None` | The username for authentication |
41+
| `skytable_password` | `Option<String>` | `None` | The password for authentication |
42+
| `skytable_space` | `String` | `"cache"` | The skytable space to use |
43+
| `skytable_model` | `String` | `"feedbackfusion"` | The skytable model to use |
44+
45+
46+
47+
skytable_space: String = "cache",
48+
skytable_model: String = "feedbackfusion",
4249

0 commit comments

Comments
 (0)