tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
DefaultCredentials.cs
Go to the documentation of this file.
2{
6 public static class DefaultCredentials
7 {
11 public static readonly string AdminUserName = "Admin";
12
16 public static readonly string DefaultAdminUserPassword = "ISolemlySwearToDeleteTheDataDirectory";
17 }
18}
Represents initial credentials used by the server.
static readonly string DefaultAdminUserPassword
The default admin password.
static readonly string AdminUserName
The name of the default admin user.