File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,18 @@ If you use the default provided image it is automatically enabled.
3232If you set the following values feedback-fusion will automatically enable distributed caching
3333via 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
You can’t perform that action at this time.
0 commit comments