There was an error while loading. Please reload this page.
1 parent d1e3517 commit c788b3eCopy full SHA for c788b3e
1 file changed
tools-sdk/runtime-config.toml
@@ -1,7 +1,5 @@
1
-# Default runtime configuration for DeepFabric Spin SDK
2
-# Override these with environment variables: SPIN_VARIABLE_<NAME>
+# Runtime configuration for DeepFabric Spin SDK
+# Key-value store configuration
3
4
-[variable_defaults]
5
-github_token = ""
6
-allowed_repos = ""
7
-allow_writes = "false"
+[key_value_store.default]
+type = "spin"
0 commit comments