publishing in prod

vnext
Paul Schneider 8 years ago
parent 7ef1f01988
commit 5e79796f68
4 changed files with 8 additions and 8 deletions

@ -235,7 +235,7 @@ namespace Yavsc
// TODO implement an installation & upgrade procedure
// Create required directories
foreach (string dir in new string[] { Startup.UserFilesDirName, Startup.UserBillsDirName, SiteSetup.TempDir })
foreach (string dir in new string[] { UserFilesDirName, UserBillsDirName, SiteSetup.TempDir })
{
DirectoryInfo di = new DirectoryInfo(dir);
if (!di.Exists) di.Create();

@ -27,12 +27,11 @@
},
"UserFiles": {
"DirName": "UserFiles",
"Quota": "200M"
},
"DirNames": {
"Quota": "200M",
"Bills":"Bills",
"Blog":"Blog"
}
},
"TempDir": "Temp"
},
"Smtp": {
"Host": "[YOURSMTPHOST]",

File diff suppressed because one or more lines are too long
Loading…