Fixed the Identity Server discovery bug #1456 #865

This commit is contained in:
tidusjar 2017-07-30 22:20:31 +01:00
commit 22aca7d2fd
5 changed files with 2620 additions and 353 deletions

View file

@ -12,5 +12,6 @@ namespace Ombi.Store.Entities
public enum ConfigurationTypes
{
Url,
Port,
}
}