Skip to content

Commit

Permalink
Tweak settings to make more sens
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Oct 12, 2023
1 parent 7930279 commit 78006a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions crowdsec/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"id": "crowdsec-api-key",
"label": "CrowdSec API key",
"regex": "^.*$",
"type": "text"
"type": "password"
},
"CROWDSEC_MODE": {
"context": "global",
Expand All @@ -39,7 +39,8 @@
"id": "crowdsec-mode",
"label": "CrowdSec Mode",
"regex": "^(live|stream)$",
"type": "text"
"type": "select",
"select": ["live", "stream"]
},
"CROWDSEC_REQUEST_TIMEOUT": {
"context": "global",
Expand Down
2 changes: 1 addition & 1 deletion discord/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id": "discord-webhook-url",
"label": "Discord webhook URL",
"regex": "^.*$",
"type": "text"
"type": "password"
},
"DISCORD_RETRY_IF_LIMITED": {
"context": "global",
Expand Down
2 changes: 1 addition & 1 deletion slack/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id": "slack-webhook-url",
"label": "Slack webhook URL",
"regex": "^.*$",
"type": "text"
"type": "password"
},
"SLACK_RETRY_IF_LIMITED": {
"context": "global",
Expand Down

0 comments on commit 78006a1

Please sign in to comment.