-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.test.jsonc
More file actions
28 lines (28 loc) · 843 Bytes
/
Copy pathwrangler.test.jsonc
File metadata and controls
28 lines (28 loc) · 843 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "gidoku-com",
"compatibility_date": "2025-12-09",
"compatibility_flags": ["nodejs_compat"],
"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": {
"GITHUB_CLIENT_ID": "Ov23li1W8sYXe7C1fWlR",
"GOOGLE_CLIENT_ID": "494336925174-ovnmt0b3ssdfqfvgtm1n28va40oau4n1.apps.googleusercontent.com",
"APP_URL": "https://gidoku.com",
"RAKUTEN_APP_ID": "test-rakuten-app-id",
"RAKUTEN_ACCESS_KEY": "test-rakuten-access-key",
"RAKUTEN_REQUEST_ORIGIN": "https://gidoku.com",
},
}