Moved all of the file paths to appsettings file.

This commit is contained in:
Daniel Wathen
2023-01-19 13:05:54 -07:00
parent 7d2eb5ef0f
commit afdd487b7d
7 changed files with 28 additions and 22 deletions

View File

@ -12,6 +12,7 @@ public record AppSettings(string BaseAPIAddress,
bool IsStaging,
string MonAResource,
string MonASite,
string SLLFilePath,
string ToolStateOwnerFilePath)
{