Files

9 lines
314 B
C#

using PapaCarloContracts.infrastructure;
namespace CatHasPawsTests.Infrastructure;
internal class ConfigurationDatabaseTest : IConfigurationDatabase
{
public string ConnectionString =>
"Server=localHost;Port=5432;Database=RPP_PapaCarlo;Username=postgres;Password=1488;Include Error Detail = True ";
}