reflects the rename for this app envirionment variable (YAVSC_DB_CONNECTION)
This commit is contained in:
parent
d0b5fb11d3
commit
6835be7c60
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…
Add table
Add a link
Reference in a new issue