- CF Worker with shared/personal scope layering - Python CLI client (cfg) with sync/get/set/list/delete - Agent registration script - Auth via bearer token, sha256 hash lookup
8 lines
129 B
TOML
8 lines
129 B
TOML
name = "config-service"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2024-12-01"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "CONFIG_KV"
|
|
id = ""
|