Skip to content

Commit a3e845e

Browse files
committed
fix: kv config
1 parent ea8c40a commit a3e845e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

wrangler.toml

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ ENVIRONMENT = "dev"
2121
[env.ci]
2222
name = "adobe-commerce-api-ci"
2323

24+
kv_namespaces = [
25+
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" }
26+
]
27+
2428
[env.ci.vars]
2529
VERSION = "@@VERSION@@-ci"
2630
ENVIRONMENT = "ci"
@@ -31,6 +35,10 @@ ENVIRONMENT = "ci"
3135
[env.production]
3236
name = "adobe-commerce-api"
3337

38+
kv_namespaces = [
39+
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" }
40+
]
41+
3442
[env.production.vars]
3543
VERSION = "@@VERSION@@"
3644
ENVIRONMENT = "prod"

0 commit comments

Comments
 (0)