creae update devices
This commit is contained in:
@ -36,6 +36,11 @@ namespace Yuna.Website.Server.Infrastructure
|
||||
|
||||
private static void LoadConnectionStrs(JsonElement connectionStrs)
|
||||
{
|
||||
var env = Environment.GetEnvironmentVariable("DOTNET_ENVIRONMENT");
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
DbConnectionStr = connectionStrs.GetProperty("Db").GetString()!;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user