Sets the default fs user quota to 500M

This commit is contained in:
Paul Schneider 2017-02-02 12:00:03 +01:00
commit d42aef0f57
7 changed files with 1554 additions and 3 deletions

View file

@ -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" },