-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwrangler.toml
More file actions
30 lines (26 loc) · 778 Bytes
/
wrangler.toml
File metadata and controls
30 lines (26 loc) · 778 Bytes
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
name = "botblock-api-worker"
type = "javascript"
account_id = "fb1f542488f2441acf88ca15f3a8390d"
workers_dev = true
compatibility_date = "2021-10-17"
kv_namespaces = [
{ binding = "RATELIMIT", id = "075636ba3f0f4d81b1dd2569177a98e9", preview_id = "075636ba3f0f4d81b1dd2569177a98e9" }
]
[build]
command = "npm run build"
[build.upload]
format = "service-worker"
[env.staging]
zone_id = "ccea9c3e6518bf407939c5493a122423"
workers_dev = false
route = "staging.botblock.org/api/*"
kv_namespaces = [
{ binding = "RATELIMIT", id = "17c7991d3811406ca22d6329b17792b4" }
]
[env.production]
zone_id = "ccea9c3e6518bf407939c5493a122423"
workers_dev = false
route = "botblock.org/api/*"
kv_namespaces = [
{ binding = "RATELIMIT", id = "3c44c7d7710c45a2a0ae77379b5801b4" }
]