Add config template

@Greelan added update stages and adminpassword settings.
This commit is contained in:
James Manker
2022-02-12 02:38:27 -06:00
parent 9a5e51e0c9
commit fa0c719a1e
3 changed files with 208 additions and 4 deletions

View File

@@ -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",