Skip to content

Commit 6c3fbae

Browse files
committed
chore: update sample config
1 parent 8a23c7a commit 6c3fbae

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

samples/skit.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,17 @@ directory = ".plugins"
204204

205205
# Allow installing native plugins from the marketplace (default: false)
206206
# Native plugins run in-process; only enable for fully trusted registries.
207-
# allow_native_marketplace = false
207+
# The official StreamKit marketplace uses signed manifests and curated plugins.
208+
allow_native_marketplace = true
208209

209210
# Minisign public keys (contents of `.pub` files) trusted for marketplace manifests
210-
# trusted_pubkeys = [
211-
# "untrusted comment: minisign public key 81C485A94492F33F\nRWQ/85JEqYXEgX+2kl7Rwd8AcpVjYciSLzvLggzivbGyIrDPjfmcqjYP\n",
212-
# ]
211+
# This is the official StreamKit marketplace signing key.
212+
trusted_pubkeys = [
213+
"untrusted comment: minisign public key 81C485A94492F33F\nRWQ/85JEqYXEgX+2kl7Rwd8AcpVjYciSLzvLggzivbGyIrDPjfmcqjYP\n",
214+
]
213215

214216
# Marketplace registry index URLs (e.g., https://example.com/index.json)
215-
# registries = ["https://streamkit.dev/marketplace/index.json"]
217+
registries = ["https://streamkit.dev/marketplace/index.json"]
216218

217219
# Marketplace security controls
218220
# allow_model_urls = false

0 commit comments

Comments
 (0)