-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
95 lines (81 loc) · 1.66 KB
/
Copy pathwrangler.toml
File metadata and controls
95 lines (81 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name = 'homepage'
main = 'src/server/worker.ts'
compatibility_date = '2026-04-20'
compatibility_flags = ['nodejs_compat']
workers_dev = false
preview_urls = false
routes = [{ pattern = 'bergbok.computer', custom_domain = true }]
[assets]
binding = 'ASSETS'
not_found_handling = 'single-page-application'
run_worker_first = [
'/',
'/about',
'/cat',
'/deep-thought/*',
'/diablo-relay',
'/eightyeightthirtyone/*',
'/guestbook/*',
'/hydra-server',
'/livestreams',
'/noclip/assets/*',
'/r2/*',
'/releases/*',
'/steam/widget/*',
'/tally',
'/teapot',
'/twitch.js',
'/v86/*',
'/version',
'/visits'
]
[cache]
enabled = true
cross_version_cache = true
[[d1_databases]]
binding = 'D1'
database_name = 'computer'
database_id = '52f5a05b-79ee-4ded-900b-efd1d20316d9'
[durable_objects]
bindings = [
{ name = 'DIABLO', class_name = 'Diablo' },
{ name = 'HYDRA', class_name = 'HydraServer' },
{ name = 'TALLY', class_name = 'Tally' }
]
[[migrations]]
tag = 'v1'
new_sqlite_classes = ['Diablo', 'HydraServer', 'Tally']
[[kv_namespaces]]
binding = 'KV'
id = '20b416cf2be64b68ba18e548fdfb6c74'
[observability]
logs = { enabled = true }
[[ratelimits]]
name = "GUESTBOOK_LIMITER"
namespace_id = "1"
[ratelimits.simple]
limit = 1
period = 60
[[r2_buckets]]
binding = 'R2'
bucket_name = 'computer'
remote = true
[secrets]
required = [
'ACCESS_API_TOKEN',
'ACCESS_APP_ID',
'ACCESS_ZONE_ID',
'TURN_KEY_ID',
'TURN_KEY_API_TOKEN',
'TURNSTILE_KEY',
'TWITCH_CLIENT_ID',
'TWITCH_CLIENT_SECRET'
]
[triggers]
crons = ['0/5 * * * *']
[version_metadata]
binding = 'CF_VERSION_METADATA'
[[vpc_services]]
binding = 'DASHDOT'
service_id = '019eda2a-44b6-7bb2-990f-fc7a667028b2'
remote = true