8 lines
No EOL
237 B
C#
8 lines
No EOL
237 B
C#
namespace LANCommander.Server.Tests;
|
|
|
|
public class TestConstants
|
|
{
|
|
public const string AdminUserName = "admin";
|
|
public const string AdminInitialPassword = "Password1234";
|
|
public const string AdminPassword = "Password1234!";
|
|
} |