Skip to content

Commit

Permalink
Merge pull request #150 from Resgrid/develop
Browse files Browse the repository at this point in the history
CU-3wen6jw fixing worker issue
  • Loading branch information
ucswift authored Aug 29, 2024
2 parents 1ead6ab + 372afe2 commit 6aae0cd
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 6aae0cd

Please sign in to comment.