Projects may have got many repositories

even local ones
This commit is contained in:
Paul Schneider 2018-06-25 22:15:33 +02:00
commit 22ea8f5b33
9 changed files with 100 additions and 90 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; }