Fixed the issue with the Identity Server running on a different port, we can now use -url #865

This commit is contained in:
Jamie.Rees 2017-07-28 14:19:20 +01:00
parent 9d435ccc0f
commit c196dce843
22 changed files with 499 additions and 2566 deletions

View file

@ -21,6 +21,7 @@ namespace Ombi.Store.Context
EntityEntry<TEntity> Attach<TEntity>(TEntity entity) where TEntity : class;
DbSet<TEntity> Set<TEntity>() where TEntity : class;
DbSet<NotificationTemplates> NotificationTemplates { get; set; }
DbSet<ApplicationConfiguration> ApplicationConfigurations { get; set; }
void Seed();
DbSet<MovieRequests> MovieRequests { get; set; }