-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrangler.toml
58 lines (45 loc) · 1.27 KB
/
wrangler.toml
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
55
56
57
58
name = "solid-pages"
pages_build_output_dir = "./dist"
compatibility_date = "2024-11-03"
compatibility_flags = ["nodejs_compat"]
[dev]
port = 3000
[vars]
ENVIRONMENT = "preview"
DOMAIN = "preview-solid-pages.phi.ag"
JWT_ISSUER = "https://phi-ag.cloudflareaccess.com"
JWT_AUDIENCE = "2858cbaf26a4b2a7f619f5d28ebf2378b97bef58f330c65c1d903b95697a95ba"
E2E_CLIENT_ID = "ac524ec30129d7a7e941faf6ed54f19c.access"
[env.production.vars]
ENVIRONMENT = "production"
DOMAIN = "solid-pages.phi.ag"
[version_metadata]
binding = "CF_VERSION_METADATA"
[env.production.version_metadata]
binding = "CF_VERSION_METADATA"
[ai]
binding = "AI"
[env.production.ai]
binding = "AI"
[[kv_namespaces]]
binding = "KV"
id = "a21ca059a1eb4cfcb6f048de17c470db"
[[env.production.kv_namespaces]]
binding = "KV"
id = "8e48fa250b6e4a57a85c4eda600bc303"
[[r2_buckets]]
binding = "R2"
bucket_name = "solid-pages-preview"
[[env.production.r2_buckets]]
binding = "R2"
bucket_name = "solid-pages-production"
[[d1_databases]]
binding = "DB"
database_name = "solid-pages-preview"
database_id = "a34c7479-3932-4e01-bde7-24f5c864fe3d"
migrations_dir = "drizzle"
[[env.production.d1_databases]]
binding = "DB"
database_name = "solid-pages-production"
database_id = "93b07b31-25f8-4bd9-8fc0-ebbf0c291e9a"
migrations_dir = "drizzle"