Add config template
@Greelan added update stages and adminpassword settings.
This commit is contained in:
@@ -78,14 +78,15 @@
|
||||
{
|
||||
"DisplayName":"Admin Password",
|
||||
"Category":"Server Settings",
|
||||
"Description":"In-game \"admin\" user password (not the server password). NOTE: You must set this to allow use of the in-game admin panel",
|
||||
"Description":"In-game \"admin\" user password (not the server password). NOTE: You must set this to allow use of the in-game admin panel. Change this after installing the server!",
|
||||
"Keywords":"admin,password",
|
||||
"FieldName":"AdminPassword",
|
||||
"InputType":"RandomPassword",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"AdminPassword",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":""
|
||||
"DefaultValue":"Password123",
|
||||
"Required":true
|
||||
},
|
||||
{
|
||||
"DisplayName":"RCON Password",
|
||||
|
||||
Reference in New Issue
Block a user