12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- namespace WhiteNoise.Test.TestHelpers
- {
-
-
-
- public static class Global
- {
-
-
-
- public const string ConnectionString = @"Server=localhost;Database=test;User ID=postgres;Password=password;";
-
-
-
-
- public const string DatabaseProvider = @"PostgreSQL";
- }
- }
|