update settings

This commit is contained in:
Timothy Baldridge 2021-11-27 13:18:41 -07:00
parent 6af400369d
commit 892948eebc
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ public class AppSettings
public string HamWebHook { get; set; } = null;
public string AuthoredFilesFolder { get; set; }
public string MetricsFolder { get; set; }
public string MetricsFolder { get; set; } = "";
public string TarLogPath { get; set; }
public string GitHubKey { get; set; }
public string GitHubKey { get; set; } = "";
}

View File

@ -10,7 +10,8 @@
"TempFolder": "c:\\tmp\\server_temp",
"MetricsFolder": "c:\\tmp\\server_metrics",
"AuthoredFilesFolder": "c:\\tmp\\server_authored_files",
"AuthorAPIKeyFile": "c:\\tmp\\author_keys.txt"
"AuthorAPIKeyFile": "c:\\tmp\\author_keys.txt",
"GitHubKey": ""
},
"AllowedHosts": "*"
}