This commit is contained in:
Aurélien 2021-03-26 19:19:36 +01:00 committed by GitHub
parent 96e4e779bc
commit b4f5ab3e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
"variables": [ "variables": [
{ {
"name": "Password", "name": "Password",
"description": "Passwort to login to your Code-Server instance", "description": "Password to login to your Code-Server instance",
"env_variable": "PASSWORD", "env_variable": "PASSWORD",
"default_value": "changeme", "default_value": "changeme",
"user_viewable": true, "user_viewable": true,
@ -46,4 +46,4 @@
"rules": "required|string|max:20" "rules": "required|string|max:20"
} }
] ]
} }