Allow instance owners to provide custom name, Include server version in LbpEnvVer

This is the first step towards instance customization. Just a name for now ;)
This commit is contained in:
jvyden 2022-06-01 00:34:38 -04:00
parent 238894c2be
commit ee541dbfae
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
8 changed files with 25 additions and 14 deletions

View file

@ -130,7 +130,7 @@ public class LoginController : ControllerBase
new LoginResult
{
AuthTicket = "MM_AUTH=" + token.UserToken,
LbpEnvVer = ServerStatics.ServerName,
ServerBrand = VersionHelper.FullVersion,
}.Serialize()
);
}