Projects may have got many repositories

even local ones
This commit is contained in:
2018-06-25 22:15:33 +02:00
parent 2ef940e383
commit fea84e2df7
9 changed files with 102 additions and 92 deletions

View File

@ -78,6 +78,7 @@ namespace Yavsc
var auth = Configuration["Site:Authority"];
var cxstr = Configuration["Data:DefaultConnection:ConnectionString"];
ConnectionString = cxstr;
AppDomain.CurrentDomain.SetData("YAVSC_CONNECTION", ConnectionString);
}
public static string ConnectionString { get; set; }
public static GoogleAuthSettings GoogleSettings { get; set; }