Skip to content

Commit

Permalink
fix: kv config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxakuru committed Sep 26, 2024
1 parent ea8c40a commit a3e845e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ENVIRONMENT = "dev"
[env.ci]
name = "adobe-commerce-api-ci"

kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" }
]

[env.ci.vars]
VERSION = "@@VERSION@@-ci"
ENVIRONMENT = "ci"
Expand All @@ -31,6 +35,10 @@ ENVIRONMENT = "ci"
[env.production]
name = "adobe-commerce-api"

kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" }
]

[env.production.vars]
VERSION = "@@VERSION@@"
ENVIRONMENT = "prod"
Expand Down

0 comments on commit a3e845e

Please sign in to comment.