-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.staging.jsonc
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathwrangler.staging.jsonc
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "gidoku-com-staging",
"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-staging",
"database_id": "12802069-e41c-41f6-aa59-7a339d9f0744",
},
],
"kv_namespaces": [
{
"binding": "KV",
"id": "1378483b23f24cd59870e141a9634716",
},
],
"vars": {
"ENVIRONMENT": "staging",
"GITHUB_CLIENT_ID": "Ov23liq4okvsI8w6kVsC",
"GOOGLE_CLIENT_ID": "494336925174-q3f41lih9r2o58unehpr312oncl3mdft.apps.googleusercontent.com",
"APP_URL": "https://staging.gidoku.com",
"RAKUTEN_REQUEST_ORIGIN": "https://gidoku.com",
},
"routes": [
{
"pattern": "staging.gidoku.com",
"custom_domain": true,
},
],
}