Initial: config.saiden.dev worker with KV-backed secrets and files, project/env scoping
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name = "config-saiden-dev"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2025-01-01"
|
||||
|
||||
routes = [
|
||||
{ pattern = "config.saiden.dev", custom_domain = true }
|
||||
]
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "CONFIG_SECRETS"
|
||||
id = "425dd5e9d641479e8130d20b83fa0224"
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "CONFIG_FILES"
|
||||
id = "f2c224cbfce04852ba4616d51fa545b7"
|
||||
Reference in New Issue
Block a user