You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
## Configure and Deploy
25
25
26
26
1. Edit `wrangler.toml` to add `DOMAIN`, `SUBDOMAIN`, and `ACCOUNTID`.
27
-
2. Edit `src/index.ts` (line 45) to send the decoded data anywhere you would like.
27
+
2. Edit `src/index.ts` (line 36) to send the decoded data anywhere you would like.
28
28
3. Run `npx wrangler secret put MATCHED_PAYLOAD_PRIVATE_KEY`:
29
29
- Enter the private key generated when deploying a matched payload.
30
30
- Refer to the [documentation](https://developers.cloudflare.com/waf/managed-rules/payload-logging/) for more information on generating the private/public key pair.
0 commit comments