Skip to content

Commit

Permalink
Changed default IP back to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhommers authored Oct 29, 2016
1 parent 1d8d7ae commit 6424cf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class ConnectionUtils
private const string DefaultDatabaseName = @"hangfire_tests";
private const string DefaultSchemaName = @"hangfire";

private const string DefaultConnectionStringTemplate = @"Server=10.211.55.2;Port=5432;Database=postgres;User Id=postgres;Password=password;";
private const string DefaultConnectionStringTemplate = @"Server=127.0.0.1;Port=5432;Database=postgres;User Id=postgres;Password=password;";

public static string GetDatabaseName()
{
Expand Down Expand Up @@ -55,4 +55,4 @@ public static NpgsqlConnection CreateConnection()
return connection;
}
}
}
}

0 comments on commit 6424cf4

Please sign in to comment.