Skip to content

Commit

Permalink
CU-3wen6jw fixing worker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed Aug 29, 2024
1 parent d3e383b commit 372afe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/Resgrid.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ private static void SetConnectionString()
System.Configuration.ConfigurationManager.RefreshSection("connectionStrings");
collection.SetValue(settings, true);
element.SetValue(settings, true);

ConfigProcessor.LoadAndProcessEnvVariables(Configuration.AsEnumerable());
}
}
}
2 changes: 2 additions & 0 deletions Workers/Resgrid.Workers.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ private static void SetConnectionString()
System.Configuration.ConfigurationManager.RefreshSection("connectionStrings");
collection.SetValue(settings, true);
element.SetValue(settings, true);

ConfigProcessor.LoadAndProcessEnvVariables(Configuration.AsEnumerable());
}
}

Expand Down

0 comments on commit 372afe2

Please sign in to comment.