Arma Reforger: fix default passwordAdmin length and remove LinuxBufferedConsole (#434)
This commit is contained in:
parent
e115190f0a
commit
750466839f
@ -60,7 +60,7 @@ App.RCONHeartbeatCommand=ping
|
|||||||
App.TelnetLoginFormat={0}
|
App.TelnetLoginFormat={0}
|
||||||
App.UpdateSources=@IncludeJson[arma-reforgerupdates.json]
|
App.UpdateSources=@IncludeJson[arma-reforgerupdates.json]
|
||||||
App.PreStartStages=[]
|
App.PreStartStages=[]
|
||||||
App.Compatibility=LinuxBufferedConsole, WindowsBufferedConsole
|
App.Compatibility=WindowsBufferedConsole
|
||||||
App.SteamUpdateAnonymousLogin=True
|
App.SteamUpdateAnonymousLogin=True
|
||||||
App.SteamForceLoginPrompt=False
|
App.SteamForceLoginPrompt=False
|
||||||
App.RapidStartup=False
|
App.RapidStartup=False
|
||||||
|
@ -188,14 +188,14 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Admin Password",
|
"DisplayName":"Admin Password",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Default is a strong random password",
|
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Maximum 32 characters. Default is a strong random password",
|
||||||
"Keywords":"admin,password,adminpassword,passwordadmin",
|
"Keywords":"admin,password,adminpassword,passwordadmin",
|
||||||
"FieldName":"adminPassword",
|
"FieldName":"adminPassword",
|
||||||
"InputType":"password",
|
"InputType":"password",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"game.passwordAdmin",
|
"ParamFieldName":"game.passwordAdmin",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"{{newguid()}}",
|
"DefaultValue":"{{randomdigits(15)}}",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -491,4 +491,4 @@
|
|||||||
"Placeholder":"-debug",
|
"Placeholder":"-debug",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user