mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
update settings
This commit is contained in:
parent
6af400369d
commit
892948eebc
@ -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; } = "";
|
||||
}
|
@ -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": "*"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user