mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
11 lines
295 B
C#
11 lines
295 B
C#
|
namespace FabAccessAPI_Test
|
|||
|
{
|
|||
|
public static class TestEnv
|
|||
|
{
|
|||
|
public const string SCHEMA = "fabaccess";
|
|||
|
public const string TESTSERVER = "bffh.lab.bln.kjknet.de";
|
|||
|
public const int TESTSERVER_PORT = 59666;
|
|||
|
public const string PASSWORD = "secret";
|
|||
|
}
|
|||
|
}
|