We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d783b51 commit 402a593Copy full SHA for 402a593
DataLayer/BookApp/EfCode/PostgreSqlContextFactory.cs
@@ -9,7 +9,7 @@ namespace DataLayer.BookApp.EfCode
9
public class PostgreSqlContextFactory : IDesignTimeDbContextFactory<BookContext>
10
{
11
private const string connectionString =
12
- "host=localhost;Database=TestSupport-Migrate;Username=postgres;Password=LetMeIn";
+ "host=127.0.0.1;Database=TestSupport-Migrate;Username=postgres;Password=LetMeIn";
13
14
public BookContext CreateDbContext(string[] args)
15
0 commit comments