fixed the issue where we could only bind to localhost

pull/3528/head
tidusjar 4 years ago
parent bb2a270b54
commit c065235776

@ -72,7 +72,7 @@ namespace Ombi
url = new ApplicationConfiguration
{
Type = ConfigurationTypes.Url,
Value = "http://localhost:5000"
Value = "http://*:5000"
};
using (var tran = settingsDb.Database.BeginTransaction())
{

Loading…
Cancel
Save