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
"description": "JIRA username for the user that will post issues",
"required": true
},
"JIRA_PASSWORD": {
"description": "JIRA password for the user that will post issues",
"required": true
},
"JIRA_HOST": {
"description": "JIRA host, e.g. 'yourcompany.atlassian.net'",
"required": true
},
"AKISMET_API_KEY": {
"description": "Akismet API key to use for spam detection",
"required": false
},
"ENABLE_AKISMET": {
"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.",
"required": false
},
"PERSPECTIVE_API_KEY": {
"description": "Perspective API key to use for toxicity scoring",
"required": false
},
"ENABLE_PERSPECTIVE": {
"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.",