mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
fixed the issue where we could only bind to localhost
This commit is contained in:
parent
bb2a270b54
commit
c065235776
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace Ombi
|
||||||
url = new ApplicationConfiguration
|
url = new ApplicationConfiguration
|
||||||
{
|
{
|
||||||
Type = ConfigurationTypes.Url,
|
Type = ConfigurationTypes.Url,
|
||||||
Value = "http://localhost:5000"
|
Value = "http://*:5000"
|
||||||
};
|
};
|
||||||
using (var tran = settingsDb.Database.BeginTransaction())
|
using (var tran = settingsDb.Database.BeginTransaction())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue