coderabbitai edits
This commit is contained in:
parent
f6c564faa6
commit
90ad503802
|
@ -17,7 +17,7 @@
|
|||
"form_fields": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "Basic Auth Username (optional. if not set, no basic auth is used).",
|
||||
"label": "Basic Auth Username (optional; if not set, no basic auth is used).",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": false,
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Basic Auth Password (optional. if not set, no basic auth is used)",
|
||||
"label": "Basic Auth Password (optional; if not set, no basic auth is used)",
|
||||
"required": false,
|
||||
"env_variable": "BASIC_AUTH_PASSWORD"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user