mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add configs, and disable debug code
This commit is contained in:
parent
7a706fdd64
commit
b0ea9bb398
@ -93,7 +93,7 @@ public class Client
|
||||
{
|
||||
_logger.LogError("HTTP Error: {Result}", result);
|
||||
await SendMetric("rebound", "Error", false);
|
||||
// Environment.Exit(0);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,6 +28,13 @@
|
||||
"Database": "metrics",
|
||||
"Username": "wabbajack",
|
||||
"Password": "password"
|
||||
},
|
||||
"AuthoredFilesS3": {
|
||||
"AccessKey": "<ACCESS_KEY>",
|
||||
"SecretKey": "<SECRET_KEY>",
|
||||
"ServiceURL": "<SERVICE_URL>",
|
||||
"BucketName": "authored-files",
|
||||
"BucketCacheFile": "c:\\tmp\\bucket-cache.txt"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user