User files path is /UserFiles, later posts may contain 404

main
Paul Schneider 8 years ago
parent 7c80589e87
commit 815371bfa3
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ namespace Yavsc
FrontOfficeGroupName = "FrontOffice", FrontOfficeGroupName = "FrontOffice",
GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send", GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send",
KeyProtectorPurpose = "OAuth.AspNet.AuthServer", KeyProtectorPurpose = "OAuth.AspNet.AuthServer",
UserFilesPath = "/files", UserFilesPath = "/UserFiles",
AvatarsPath = "/avatars", AvatarsPath = "/avatars",
DefaultAvatar = "/images/Users/icon_user.png", DefaultAvatar = "/images/Users/icon_user.png",
AnonAvatar = "/images/Users/icon_anon_user.png"; AnonAvatar = "/images/Users/icon_anon_user.png";

Loading…