We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1bf0 commit ba1e5e7Copy full SHA for ba1e5e7
1 file changed
wrangler.toml
@@ -12,5 +12,11 @@ binding = "AVATAR_BUCKET"
12
bucket_name = "linksim-avatars"
13
preview_bucket_name = "linksim-avatars"
14
15
-# Runtime vars are intentionally managed in Cloudflare Pages environment settings.
16
-# Do not commit auth-sensitive runtime values in this file.
+[vars]
+# Cloudflare Access settings for JWT validation in Pages Functions.
17
+# Team domain example: your-team.cloudflareaccess.com
18
+ACCESS_TEAM_DOMAIN = "skarvassbu.cloudflareaccess.com"
19
+# Access application AUD tag from Cloudflare Zero Trust application settings.
20
+ACCESS_AUD = "dcfed08418380b9ad6fa4d26cc6ba5d94274a8920764dbcb0e1917957d1825b2"
21
+ADMIN_USER_IDS = "f35e2a08-3713-5671-9725-ba82b21f25d4"
22
+REGISTRATION_MODE = "approval_required"
0 commit comments