-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwrangler.toml
More file actions
88 lines (72 loc) · 1.99 KB
/
wrangler.toml
File metadata and controls
88 lines (72 loc) · 1.99 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
name = "oy2"
main = "./worker/index.ts"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
preview_urls = true
[placement]
mode = "smart"
[assets]
run_worker_first = ["/api/*", "/.well-known/*"]
not_found_handling = "single-page-application"
[vars]
APPLE_CLIENT_ID = "site.oyme.web"
APPLE_NATIVE_CLIENT_ID = "site.oyme"
APPLE_TEAM_ID = "W36EA63J6V"
RP_NAME = "Oy"
WEBAUTHN_ORIGIN = "https://oyme.site"
WEBAUTHN_RP_ID = "oyme.site"
# Native push (non-secret config)
# APNs uses APPLE_NATIVE_CLIENT_ID as the topic/bundle id.
# If unset, sandbox is auto-enabled for localhost/127.0.0.1 requests only.
# APNS_USE_SANDBOX = "false"
# FCM_PROJECT_ID = "your-fcm-project-id"
[[routes]]
pattern = "oyme.site"
custom_domain = true
# Hyperdrive - main DB.
[[hyperdrive]]
binding = "HYPERDRIVE"
id = "f9cd31eff0a444f0b02cca63f470a151"
[[hyperdrive]]
binding = "HYPERDRIVE_NO_CACHE"
id = "135558b7b7dd4bf08fb8e8c2bb4a9326"
[[kv_namespaces]]
binding = "OY2"
id = "3dff6009997c423ead2cea611dc58cb3"
[env.dev]
name = "oy2-dev"
[env.dev.vars]
APPLE_CLIENT_ID = "site.oyme.web"
APPLE_NATIVE_CLIENT_ID = "site.oyme"
APPLE_TEAM_ID = "W36EA63J6V"
RP_NAME = "Oy"
WEBAUTHN_ORIGIN = "https://dev.oyme.site"
WEBAUTHN_RP_ID = "dev.oyme.site"
# Native push (non-secret config)
# APNs uses APPLE_NATIVE_CLIENT_ID as the topic/bundle id.
# If unset, sandbox is auto-enabled for localhost/127.0.0.1 requests only.
# APNS_USE_SANDBOX = "true"
# FCM_PROJECT_ID = "your-fcm-project-id"
[[env.dev.routes]]
pattern = "dev.oyme.site"
custom_domain = true
[[env.dev.hyperdrive]]
binding = "HYPERDRIVE"
id = "f9cd31eff0a444f0b02cca63f470a151"
[[env.dev.hyperdrive]]
binding = "HYPERDRIVE_NO_CACHE"
id = "135558b7b7dd4bf08fb8e8c2bb4a9326"
[[env.dev.kv_namespaces]]
binding = "OY2"
id = "baa178298c3b4f84bfa9f66c5a9807a9"
[observability]
enabled = true
head_sampling_rate = 1
[observability.logs]
enabled = true
head_sampling_rate = 1
persist = true
invocation_logs = true
[observability.traces]
enabled = true
head_sampling_rate = 1