-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
40 lines (40 loc) · 850 Bytes
/
wrangler.jsonc
File metadata and controls
40 lines (40 loc) · 850 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
31
32
33
34
35
36
37
38
39
40
{
"$schema": "node_modules/wrangler/config-schema.json",
"observability": {
"logs": {
"enabled": true,
"head_sampling_rate": 1,
"persist": true,
"invocation_logs": true
},
"traces": {
"enabled": true,
"head_sampling_rate": 1,
"persist": true
}
},
"d1_databases": [
{
"binding": "DB",
"database_id": "a30aa564-d388-493b-8994-23f8dfd129f5",
"migrations_table": "_hub_migrations",
"migrations_dir": ".output/server/db/migrations/sqlite/",
}
],
"kv_namespaces": [
{
"binding": "KV",
"id": "ba6f3913de344cb1a833f3cf20ba5aa8"
},
{
"binding": "CACHE",
"id": "ba6f3913de344cb1a833f3cf20ba5aa8"
}
],
"r2_buckets": [
{
"binding": "BLOB",
"bucket_name": "hub-starter-p2s5"
}
],
}