Catalog
This commit is contained in:
parent
504f431937
commit
cdb9a26d2c
16 changed files with 301 additions and 59 deletions
|
|
@ -2,8 +2,11 @@ namespace isnd.Entities
|
|||
{
|
||||
public class IsndSettings
|
||||
{
|
||||
public string ExternalUrl { get; set; }
|
||||
|
||||
public string ProtectionTitle {get; set;}
|
||||
public string PackagesRootDir {get; set;}
|
||||
public string CatalogDir {get; set;}
|
||||
public int MaxUserKeyCount {get; set;}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue