Add base url as a startup argument

#2153
This commit is contained in:
Jamie Rees 2018-04-13 14:19:21 +01:00
commit 7a7b00ab25
3 changed files with 40 additions and 0 deletions

View file

@ -17,5 +17,6 @@ namespace Ombi.Store.Entities
TheMovieDb = 4,
StoragePath = 5,
Notification = 6,
BaseUrl=7,
}
}