Sets the default fs user quota to 500M
This commit is contained in:
parent
be1d75ce73
commit
d42aef0f57
7 changed files with 1554 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ namespace Yavsc
|
|||
AvatarsPath = "/Avatars",
|
||||
DefaultAvatar = "/images/Users/icon_user.png",
|
||||
AnonAvatar = "/images/Users/icon_anon_user.png";
|
||||
public static readonly long DefaultFSQ = 1024*1024*500;
|
||||
|
||||
public static readonly Scope[] SiteScopes = {
|
||||
new Scope { Id = "profile", Description = "Your profile informations" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue