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: app.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,22 @@
11
11
"description": "Comma-separated list of GitHub repos that may be posted to. If '*', allow posting to any repo.",
12
12
"required": false,
13
13
"value": "*"
14
+
},
15
+
"AKISMET_API_KEY": {
16
+
"description": "Akismet API key to use for spam detection",
17
+
"required": false
18
+
},
19
+
"ENABLE_AKISMET": {
20
+
"description": "Whether to use the Akismet API for syntax checking. Set to 'false' if AKISMET_API_KEY is set but you don't want spam checking.",
21
+
"required": false
22
+
},
23
+
"PERSPECTIVE_API_KEY": {
24
+
"description": "Perspective API key to use for toxicity scoring",
25
+
"required": false
26
+
},
27
+
"ENABLE_PERSPECTIVE": {
28
+
"description": "Whether to use the Perspective API for toxicity scoring. Set to 'false' if PERSPECTIVE_API_KEY is set but you don't want toxicity scoring.",
0 commit comments