Skip to content

Commit

Permalink
Update ConfigEnvVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Dec 2, 2024
1 parent 683894b commit 3d80481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Core/Configuration/ConfigEnvVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static Dictionary<string, string> GenerateEnvVars(object source, string
{
if (dictionary[key] != null)
{
var dictKey = $"{fullKey}_{key}";
var dictKey = $"{fullKey}__{key}";
result[dictKey] = dictionary[key]?.ToString() ?? string.Empty;
}
}
Expand Down

0 comments on commit 3d80481

Please sign in to comment.