-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrangler.toml
85 lines (65 loc) · 2.44 KB
/
wrangler.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name = "adobe-commerce-api"
main = "dist/index.mjs"
compatibility_date = "2024-03-21"
account_id = "852dfa4ae1b0d579df29be65b986c101"
workers_dev = true
send_metrics = false
build = { command = "npm install && node build.js" }
kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" },
{ binding = "KEYS", id = "0ca5d0ba0150453bb8aafcdf4304dc7a", preview_id = "0ca5d0ba0150453bb8aafcdf4304dc7a" }
]
[[r2_buckets]]
binding = "CATALOG_BUCKET"
preview_bucket_name = "adobe-commerce-catalog-dev"
bucket_name = "adobe-commerce-catalog-dev"
[vars]
VERSION = "@@VERSION@@-dev"
ENVIRONMENT = "dev"
# ----------------------------------------------------------------------
# ci environment
[env.ci]
name = "adobe-commerce-api-ci"
kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" },
{ binding = "KEYS", id = "0ca5d0ba0150453bb8aafcdf4304dc7a", preview_id = "0ca5d0ba0150453bb8aafcdf4304dc7a" }
]
[[env.ci.r2_buckets]]
binding = "CATALOG_BUCKET"
preview_bucket_name = "adobe-commerce-catalog-dev"
bucket_name = "adobe-commerce-catalog-dev"
[env.ci.vars]
VERSION = "@@VERSION@@-ci"
ENVIRONMENT = "ci"
# ----------------------------------------------------------------------
# next environment
[env.next]
name = "adobe-commerce-api-next"
kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" },
{ binding = "KEYS", id = "0ca5d0ba0150453bb8aafcdf4304dc7a", preview_id = "0ca5d0ba0150453bb8aafcdf4304dc7a" }
]
[[env.next.r2_buckets]]
binding = "CATALOG_BUCKET"
preview_bucket_name = "adobe-commerce-catalog"
bucket_name = "adobe-commerce-catalog"
[env.next.vars]
VERSION = "@@VERSION@@-next"
ENVIRONMENT = "next"
# ----------------------------------------------------------------------
# production environment
[env.production]
name = "adobe-commerce-api"
kv_namespaces = [
{ binding = "CONFIGS", id = "bb91e12a65a8462282396f32e63406f1", preview_id = "bb91e12a65a8462282396f32e63406f1" },
{ binding = "KEYS", id = "0ca5d0ba0150453bb8aafcdf4304dc7a", preview_id = "0ca5d0ba0150453bb8aafcdf4304dc7a" }
]
[[env.production.r2_buckets]]
binding = "CATALOG_BUCKET"
preview_bucket_name = "adobe-commerce-catalog-dev"
bucket_name = "adobe-commerce-catalog"
[env.production.vars]
VERSION = "@@VERSION@@"
ENVIRONMENT = "prod"
# [secrets]
# SUPERUSER_KEY