2024-08-12 08:47:24 -05:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
2024-08-15 07:56:25 -05:00
|
|
|
},
|
|
|
|
|
"OfacFileServiceOptions": {
|
|
|
|
|
"Url": "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports",
|
|
|
|
|
"SdnFileName": "SDN.CSV",
|
|
|
|
|
"AddressFileName": "ADD.CSV",
|
|
|
|
|
"AltNamesFileName": "ALT.CSV",
|
|
|
|
|
"CommentsFileName": "SDN_COMMENTS.CSV",
|
|
|
|
|
"ConPrimaryNameFileName": "CONS_PRIM.CSV",
|
|
|
|
|
"ConAddressesFileName": "CONS_ADD.CSV",
|
|
|
|
|
"ConAltNamesFileName": "CONS_ALT.CSV",
|
|
|
|
|
"ConCommentsFileName": "CONS_COMMENTS.CSV"
|
2024-08-18 20:16:38 -05:00
|
|
|
},
|
|
|
|
|
"DbOptions": {
|
|
|
|
|
"DatabaseName": "SanctionsSearch.example.db"
|
2024-08-12 08:47:24 -05:00
|
|
|
}
|
2024-08-15 07:56:25 -05:00
|
|
|
}
|