a environment name for the cx string

This commit is contained in:
2018-06-29 10:30:04 +02:00
parent 4257a65918
commit 31cbf0eb66
6 changed files with 72 additions and 56 deletions

View File

@ -29,7 +29,8 @@ namespace Yavsc
AvatarsPath = "/avatars",
GitPath = "/sources",
DefaultAvatar = "/images/Users/icon_user.png",
AnonAvatar = "/images/Users/icon_anon_user.png";
AnonAvatar = "/images/Users/icon_anon_user.png",
YavscConnectionStringEnvName = "YAVSC_DB_CONNECTION";
public static readonly long DefaultFSQ = 1024*1024*500;