mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +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";
|
|
}
|
|
}
|