Skip to content

Commit 402a593

Browse files
committed
Updated to host=127.0.0.1
1 parent d783b51 commit 402a593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataLayer/BookApp/EfCode/PostgreSqlContextFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace DataLayer.BookApp.EfCode
99
public class PostgreSqlContextFactory : IDesignTimeDbContextFactory<BookContext>
1010
{
1111
private const string connectionString =
12-
"host=localhost;Database=TestSupport-Migrate;Username=postgres;Password=LetMeIn";
12+
"host=127.0.0.1;Database=TestSupport-Migrate;Username=postgres;Password=LetMeIn";
1313

1414
public BookContext CreateDbContext(string[] args)
1515
{

0 commit comments

Comments
 (0)