diff --git a/AsbCloudWebApi/appsettings.Tests.json b/AsbCloudWebApi/appsettings.Tests.json index d04cf2b1..e8132302 100644 --- a/AsbCloudWebApi/appsettings.Tests.json +++ b/AsbCloudWebApi/appsettings.Tests.json @@ -1,8 +1,8 @@ { "DbConnection": { "Host": "localhost", - "Port": 5433, + "Port": 5432, "Username": "postgres", - "Password": "root" + "Password": "q" } } \ No newline at end of file