-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
54 lines (54 loc) · 1.25 KB
/
Copy pathwrangler.jsonc
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "gidoku-com",
"main": "./dist/index.js",
"compatibility_date": "2025-12-09",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true,
"logs": {
"enabled": true,
"head_sampling_rate": 1,
},
},
"assets": {
"directory": "./dist",
},
"d1_databases": [
{
"binding": "DB",
"database_name": "gidoku-db",
"database_id": "49c64334-1ca7-4841-9b35-9d5a33ec2cd4",
},
],
"kv_namespaces": [
{
"binding": "KV",
"id": "ff87f54f4b8844168840502656699f37",
"preview_id": "fe6ec6f0a8c548509522d4fd958bb9fa",
},
],
"vars": {
"ENVIRONMENT": "production",
"GITHUB_CLIENT_ID": "Ov23li1W8sYXe7C1fWlR",
"GOOGLE_CLIENT_ID": "494336925174-ovnmt0b3ssdfqfvgtm1n28va40oau4n1.apps.googleusercontent.com",
"APP_URL": "https://gidoku.com",
"RAKUTEN_REQUEST_ORIGIN": "https://gidoku.com",
},
// "r2_buckets": [
// {
// "binding": "MY_BUCKET",
// "bucket_name": "my-bucket"
// }
// ],
// "d1_databases": [
// {
// "binding": "MY_DB",
// "database_name": "my-database",
// "database_id": ""
// }
// ],
// "ai": {
// "binding": "AI"
// }
}