Projects may have got many repositories
even local ones
This commit is contained in:
parent
4ed611df74
commit
22ea8f5b33
9 changed files with 100 additions and 90 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue