reflects the rename for this app envirionment variable (YAVSC_DB_CONNECTION)

This commit is contained in:
2019-01-05 02:54:59 +00:00
parent e11d625fe0
commit e80c9e01b6

View File

@ -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;