a environment name for the cx string
This commit is contained in:
parent
0ea23fd772
commit
d00a71e57a
6 changed files with 72 additions and 56 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue