publishing in prod

main
Paul Schneider 9 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 // TODO implement an installation & upgrade procedure
// Create required directories // 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); DirectoryInfo di = new DirectoryInfo(dir);
if (!di.Exists) di.Create(); if (!di.Exists) di.Create();

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

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