Include examples of redacting in bug report

This commit is contained in:
Archi
2021-12-16 00:35:36 +01:00
parent eb8946e480
commit 2a734344bc

View File

@@ -156,6 +156,7 @@ body:
{
"AutoRestart": false,
"Headless": true,
"IPCPassword": "********",
"UpdateChannel": 2,
"SteamTokenDumperPluginEnabled": true
}
@@ -179,7 +180,9 @@ body:
Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence may be relevant and should be preserved.
placeholder: |
{
"Enabled": true
"Enabled": true,
"SteamLogin": "********",
"SteamPassword": "********"
}
render: json
- type: textarea