We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6042cb commit 50233e3Copy full SHA for 50233e3
wrangler.toml
@@ -7,6 +7,10 @@ compatibility_date = "2022-12-11"
7
8
# This cloudflare worker uses Upstash (hosted redis-over-REST):
9
# https://docs.upstash.com/redis/quickstarts/cloudflareworkers
10
+#
11
+# After signing up for a free account at upstash.com, set your secrets below based on instructions
12
+# here for `wrangler secret put` (or alternatively use the Cloudflare Workers web UI):
13
+# https://developers.cloudflare.com/workers/platform/environment-variables/#adding-secrets-via-wrangler
14
15
# The necessary secrets are:
16
# - UPSTASH_REDIS_REST_TOKEN
0 commit comments