Files
cgsh-ofac/src/OFACScraper/appsettings.json

28 lines
855 B
JSON
Raw Normal View History

{
"OFAC": {
"BaseUrl": "https://ofac.treasury.gov",
"YearUrlTemplate": "/civil-penalties-and-enforcement-information/{0}-enforcement-information",
"StartYear": 2003,
"UserAgent": "Mozilla/5.0 (compatible; OFACBot/1.0; +https://ukdataservices.co.uk)",
"RequestDelayMs": 1000
},
"Storage": {
"DatabasePath": "/git/cgsh-ofac/data/ofac.db",
"ExportDirectory": "/git/cgsh-ofac/data/exports",
"DownloadDirectory": "/git/cgsh-ofac/data/downloads"
},
"S3": {
"BucketName": "uk-data-services-experimental-927681712454-eu-west-3-an",
"AccessKeyId": "AKIA5P7RDSFDK5MSRN6P",
"SecretAccessKey": "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",
"Region": "eu-west-3",
"Prefix": "ofac"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Extensions.Http": "Warning"
}
}
}