Update project-zomboidconfig.json

This commit is contained in:
Greelan 2022-02-01 10:36:48 +11:00
parent 23a76b1068
commit 4004bcf8b0

View File

@ -94,14 +94,14 @@
{ {
"DisplayName":"Server Password", "DisplayName":"Server Password",
"Category":"Server Settings", "Category":"Server Settings",
"Description":"Password to connect to the server. You should change this after first installing the server", "Description":"Password to connect to the server",
"Keywords":"password", "Keywords":"password",
"FieldName":"Password", "FieldName":"Password",
"InputType":"RandomPassword", "InputType":"password",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Password", "ParamFieldName":"Password",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Password123" "DefaultValue":""
}, },
{ {
"DisplayName":"Admin Password", "DisplayName":"Admin Password",