We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b0197 commit 2fa3aebCopy full SHA for 2fa3aeb
1 file changed
workers/gh-store-app-oauth/wrangler.toml
@@ -23,8 +23,8 @@ APP_SCHEME = "githubstore"
23
# Then paste the returned IDs below.
24
[[kv_namespaces]]
25
binding = "OAUTH_STATE"
26
-id = "REPLACE_WITH_KV_ID"
27
-preview_id = "REPLACE_WITH_PREVIEW_KV_ID"
+id = "8fb32ad78ab5447289a30fa45d0813a4"
+preview_id = "886ef1e9012c452a9b92e1533ec3a09c"
28
29
# Per-IP rate limit on /auth/start. Workers Rate Limiting bindings only support
30
# `period = 10` or `period = 60` seconds — closest match to the agreed 60/hr/IP
0 commit comments