diff --git a/src/test/appsettings.Development.json b/src/test/appsettings.Development.json index f3b65e8e..5aaf8c4e 100644 --- a/src/test/appsettings.Development.json +++ b/src/test/appsettings.Development.json @@ -43,7 +43,10 @@ } }, "Data": { - "DevConnection": { + "DefaultConnection": { + "ConnectionString": "Server=localhost;Port=5432;Database=YavscDev;Username=yavscdev;Password=admin;" + }, + "DevConnection": { "Database":"postgres", "Server": "localhost", "Port": 5432, @@ -109,4 +112,4 @@ "ClientSecret": "2tP84RWq6VkY4iwgQE9Rb75Nc5lmdX6XU2ppNMxF4h7ErBCbyg" } } -} \ No newline at end of file +}