reflects the rename for this app envirionment variable (YAVSC_DB_CONNECTION)

vnext
Paul Schneider 6 years ago
parent e11d625fe0
commit e80c9e01b6
1 changed files with 1 additions and 1 deletions

@ -91,7 +91,7 @@ namespace test
TestDbSettings = testCxOptions.Value;
DevDbSettings = devCxOptions.Value;
logger.LogInformation($"test db : {TestDbSettings.ConnectionString}");
AppDomain.CurrentDomain.SetData("YAVSC_CONNECTION", TestDbSettings.ConnectionString);
AppDomain.CurrentDomain.SetData("YAVSC_DB_CONNECTION", TestDbSettings.ConnectionString);
var authConf = Configuration.GetSection("Authentication").GetSection("Yavsc");
var clientId = authConf.GetSection("ClientId").Value;

Loading…