-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathwrangler.toml
More file actions
24 lines (19 loc) · 795 Bytes
/
Copy pathwrangler.toml
File metadata and controls
24 lines (19 loc) · 795 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
name = "aster"
main = "src/index.ts"
compatibility_date = "2025-11-18"
compatibility_flags = [ "nodejs_compat" ]
workers_dev = true # INSECURE, DISABLE UNLESS YOU CONFIGURED CLOUDFLARE ACCESS BELOW
# route = { pattern = "aster.yukata.dev", custom_domain = true } # CHANGEME
assets = { directory = "assets" }
[vars]
PUBLIC_BUCKET_URL = "https://cdn.yukata.dev" # CHANGEME
R2_BUCKET_NAME = "kot" # CHANGEME
CF_ACCOUNT_ID = "afdc9b319dc9eb7543f28d8e7cd900c0" # CHANGEME
# Cloudflare Access
POLICY_AUD = "594345e830370a07e1def8363a82f6f5b61130366576af806dbf2aa70a1b697d" # CHANGEME
TEAM_DOMAIN = "https://yukata.cloudflareaccess.com" # CHANGEME
[[r2_buckets]]
binding = "R2_BUCKET"
bucket_name = "kot" # CHANGEME
preview_bucket_name = "kot" # CHANGEME (optional, for development)
remote = true