diff --git a/appsettings.json b/appsettings.json index 72e90b7..23fc393 100644 --- a/appsettings.json +++ b/appsettings.json @@ -8,7 +8,7 @@ "FetchXml": "#{fetchXml}#", "DomainName": "#{domainName}#" }, - "LogPath": "{logPath}", + "LogPath": "#{logPath}#", "Logging": { "LogLevel": { "Default": "Debug", @@ -16,4 +16,4 @@ "Microsoft": "Information" } } -} \ No newline at end of file +}