appsettings.example.json
This commit is contained in:
292
Instance/.vscode/appsettings.example.json
vendored
Normal file
292
Instance/.vscode/appsettings.example.json
vendored
Normal file
@ -0,0 +1,292 @@
|
||||
{
|
||||
"_Application": "Instance",
|
||||
"_UserSecretsId": "2999dda1-5329-4d9f-9d68-cccfabe0e47f",
|
||||
"Company": "Mike Phares",
|
||||
"Linux": {},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Log4netProvider": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"MaxDegreeOfParallelism": 12,
|
||||
"Serilog": {
|
||||
"Using": [
|
||||
"Serilog.Sinks.Console",
|
||||
"Serilog.Sinks.File"
|
||||
],
|
||||
"MinimumLevel": "Debug",
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Debug",
|
||||
"Args": {
|
||||
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "Console",
|
||||
"Args": {
|
||||
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "%workingDirectory% - Log/log-.txt",
|
||||
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}",
|
||||
"rollingInterval": "Hour"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Enrich": [
|
||||
"FromLogContext",
|
||||
"WithMachineName",
|
||||
"WithThreadId"
|
||||
],
|
||||
"Properties": {
|
||||
"Application": "Sample"
|
||||
}
|
||||
},
|
||||
"Windows": {
|
||||
"Configuration": {
|
||||
"CheckDFaceAndUpWriteDates": false,
|
||||
"CheckJsonForDistanceResults": false,
|
||||
"CopyFacesAndSaveFaceLandmarkForOutputResolutions": [],
|
||||
"CrossDirectoryMaxItemsInDistanceCollection": 7,
|
||||
"DateGroup": "dd514b88",
|
||||
"DeletePossibleDuplicates": true,
|
||||
"DistanceFactor": 8,
|
||||
"DistanceMoveUnableToMatch": true,
|
||||
"DistancePixelDistanceTolerance": 1,
|
||||
"DistanceRenameToMatch": true,
|
||||
"xEyeThreshold": 33,
|
||||
"EyeThreshold": 2147483647,
|
||||
"FaceAreaPermyriad": 10000,
|
||||
"xFaceDistanceHiddenImageFactor": 2,
|
||||
"FaceConfidencePercent": 100,
|
||||
"FaceDistanceHiddenImageFactor": 3,
|
||||
"FaceDistancePermyriad": 10000,
|
||||
"FileNameDirectorySeparator": ".Z.",
|
||||
"xFocusDirectory": "/Hawaii 2022",
|
||||
"FocusDirectory": "",
|
||||
"xFocusModel": "NIKON D3400",
|
||||
"FocusModel": "",
|
||||
"ForceFaceLastWriteTimeToCreationTime": false,
|
||||
"ForceMetadataLastWriteTimeToCreationTime": false,
|
||||
"ForcePropertyLastWriteTimeToCreationTime": false,
|
||||
"xGenealogicalDataCommunicationFile": "",
|
||||
"ForceResizeLastWriteTimeToCreationTime": false,
|
||||
"GenealogicalDataCommunicationFile": "D:/1-Images-A/Images-dd514b88-Results/A2) People/dd514b88/([])/File-Folder-Helper/638268289384407819/638268289384407819.ged",
|
||||
"xLocationContainerDistanceTolerance": 0.5764,
|
||||
"LoadPhotoPrismLocations": false,
|
||||
"LocationContainerDistanceTolerance": null,
|
||||
"LocationDigits": 9,
|
||||
"LocationFactor": 10000,
|
||||
"LookForAbandoned": false,
|
||||
"MappingDefaultName": "John Doe~25",
|
||||
"MappingUseDeterministicHashCodeUnknownFaceKeyValuePairsForAddToMapping": false,
|
||||
"MappingUseDeterministicHashCodeUnknownFaceKeyValuePairsForSaveMapping": false,
|
||||
"MaxImagesInDirectoryForTopLevelFirstPass": 10,
|
||||
"ModelDirectory": "C:/GitHub/dlib-models",
|
||||
"ModelName": "Hog",
|
||||
"NumberOfJitters": 0,
|
||||
"NumberOfTimesToUpsample": 0,
|
||||
"OutputExtension": ".jpg",
|
||||
"OutputQuality": 95,
|
||||
"OverrideForFaceImages": false,
|
||||
"OverrideForFaceLandmarkImages": false,
|
||||
"OverrideForResizeImages": false,
|
||||
"Pattern": "[^ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvwxyz0-9]",
|
||||
"PersonBirthdayFirstYear": 1500,
|
||||
"xPersonCharacters": "!#%]^_`~+=",
|
||||
"PersonBirthdayFormat": "yyyy-MM-dd_HH",
|
||||
"PersonCharacters": "^!#]~",
|
||||
"xPersonCharactersCopyCount": 5,
|
||||
"PersonCharactersCopyCount": 0,
|
||||
"PersonKeyFormat": "yyyy-MM-dd_HH",
|
||||
"PopulatePropertyId": true,
|
||||
"PredictorModelName": "Large",
|
||||
"PropertiesChangedForDistance": false,
|
||||
"PropertiesChangedForFaces": false,
|
||||
"PropertiesChangedForIndex": false,
|
||||
"PropertiesChangedForMetadata": false,
|
||||
"PropertiesChangedForProperty": false,
|
||||
"PropertiesChangedForResize": false,
|
||||
"ResultAllInOne": "_ _ _",
|
||||
"ResultAllInOneSubdirectoryLength": 2,
|
||||
"ResultCollection": "[]",
|
||||
"ResultContent": "()",
|
||||
"ResultSingleton": "{}",
|
||||
"Reverse": false,
|
||||
"xRootDirectory": "D:/Tmp/phares/Pictures",
|
||||
"xxRootDirectory": "D:/Tmp/Phares/Compare/Corrupt",
|
||||
"xxxRootDirectory": "D:/2-Images-B/Not-Copy-Copy-dd514b88",
|
||||
"xxxxRootDirectory": "D:/1-Images-A/Images-dd514b88/Facebook/2023.2 Facebook",
|
||||
"RootDirectory": "D:/1-Images-A/Images-dd514b88",
|
||||
"SaveFullYearOfRandomFiles": true,
|
||||
"xSaveIndividually": true,
|
||||
"SaveIndividually": false,
|
||||
"SaveResizedSubFiles": true,
|
||||
"xSkipOlderThanDays": 2200,
|
||||
"SaveSortingWithoutPerson": true,
|
||||
"xSkipPersonWithMoreThen": 15,
|
||||
"SkipOlderThanDays": null,
|
||||
"SkipPersonWithMoreThen": null,
|
||||
"SkipSearch": false,
|
||||
"SortingMaximumPerFaceShouldBeHigh": 3000,
|
||||
"SortingMaximumPerKey": 7,
|
||||
"SortingMinimumToUseSigma": 10,
|
||||
"TestDistanceResults": true,
|
||||
"xxPersonCharactersCopyCount": 2147483647,
|
||||
"UseFilterTries": 0,
|
||||
"xJLinks": [
|
||||
"Julie",
|
||||
"Mike Phares Jr"
|
||||
],
|
||||
"xxJLinks": [
|
||||
"Adonias-Sylvia-0006",
|
||||
"Don-Trish-0058",
|
||||
"Janet-0015",
|
||||
"Josh-Kasey-0055",
|
||||
"John-Rozanna-0004",
|
||||
"Karen-0017",
|
||||
"Larry-Becky-0009",
|
||||
"Mark-Peggy-0021",
|
||||
"Melvin-Mary-0020",
|
||||
"Norman-Beverly-0003",
|
||||
"Quinn-Tricia-0026",
|
||||
"Wayne-Laurie-0012",
|
||||
"Calvin-Bonnie-0018",
|
||||
"Melvin-Ernestna-0065",
|
||||
"Jeff-Laurel-0025",
|
||||
"Gina-0024",
|
||||
"A-A-0000"
|
||||
],
|
||||
"JLinks": [
|
||||
"OneOff"
|
||||
],
|
||||
"LoadOrCreateThenSaveDistanceResultsForOutputResolutions": [
|
||||
"Original"
|
||||
],
|
||||
"LoadOrCreateThenSaveImageFacesResultsForOutputResolutions": [
|
||||
"Original"
|
||||
],
|
||||
"OutputResolutions": [
|
||||
"Original"
|
||||
],
|
||||
"PropertyContentCollectionFiles": [],
|
||||
"RangeDaysDeltaTolerance": [
|
||||
0,
|
||||
7000,
|
||||
7300
|
||||
],
|
||||
"RangeDistanceTolerance": [
|
||||
0,
|
||||
1.164,
|
||||
1.8
|
||||
],
|
||||
"RangeFaceAreaTolerance": [
|
||||
0,
|
||||
0.0001,
|
||||
1
|
||||
],
|
||||
"RangeFaceConfidence": [
|
||||
0,
|
||||
0.5,
|
||||
2.4
|
||||
],
|
||||
"xRectangleIntersectMinimums": [
|
||||
0.000001
|
||||
],
|
||||
"RectangleIntersectMinimums": [
|
||||
0.94,
|
||||
0.99
|
||||
],
|
||||
"SaveFaceDistancesForOutputResolutions": [
|
||||
"Original"
|
||||
],
|
||||
"SaveFaceLandmarkForOutputResolutions": [],
|
||||
"SaveFilteredOriginalImagesFromJLinksForOutputResolutions": [],
|
||||
"SaveMappedForOutputResolutions": [],
|
||||
"SaveRandomForOutputResolutions": [],
|
||||
"SaveShortcutsForOutputResolutions": [],
|
||||
"SkipNotSkipDirectories": [],
|
||||
"xSkipNotSkipDirectories": [
|
||||
"/!/_ Images-To-Do",
|
||||
"/!/_ Test",
|
||||
"/!/Disney",
|
||||
"/!/Chelsea's Friends",
|
||||
"/!/Jason's Friends",
|
||||
"/!/Johnny's Friends",
|
||||
"/!/Julie's Friends",
|
||||
"/!/Kristy's Family",
|
||||
"/!/Kristy's Friends",
|
||||
"/!/Logan Friends",
|
||||
"/!/Mackenzie Friends",
|
||||
"/!/Mike's Family",
|
||||
"/!/Mike's Friends",
|
||||
"/!/Statue",
|
||||
"/!/Tracy's Friend",
|
||||
"/!/Wax"
|
||||
],
|
||||
"IgnoreRelativePaths": [
|
||||
"zzz Pha-res Slides ####"
|
||||
],
|
||||
"MixedYearRelativePaths": [
|
||||
"Edited",
|
||||
"Phares Slides",
|
||||
"Rex Memorial",
|
||||
"Scanned Grandma's Quilt",
|
||||
"Scanned Pictures Of Kids",
|
||||
"Scanned Prints",
|
||||
"Slide in Name Order Originals (622)",
|
||||
"Slides Pictures"
|
||||
],
|
||||
"IgnoreExtensions": [
|
||||
".gif",
|
||||
".GIF",
|
||||
".json",
|
||||
".JOSN",
|
||||
".txt",
|
||||
".TXT",
|
||||
".ico",
|
||||
".ICO"
|
||||
],
|
||||
"VerifyToSeason": [],
|
||||
"ValidImageFormatExtensions": [
|
||||
".bmp",
|
||||
".BMP",
|
||||
".gif",
|
||||
".GIF",
|
||||
".jpeg",
|
||||
".JPEG",
|
||||
".jpg",
|
||||
".JPG",
|
||||
".png",
|
||||
".PNG",
|
||||
".tiff",
|
||||
".TIFF",
|
||||
".tif",
|
||||
".TIF"
|
||||
],
|
||||
"ValidResolutions": [
|
||||
"Original",
|
||||
"176 x 176",
|
||||
"256 x 256",
|
||||
"353 x 353",
|
||||
"1024 x 768",
|
||||
"1280 x 720",
|
||||
"1280 x 800",
|
||||
"1376 x 768",
|
||||
"1600 x 1200",
|
||||
"1920 x 1080",
|
||||
"2256 x 1496",
|
||||
"3840 x 2160",
|
||||
"7680 x 4320"
|
||||
]
|
||||
}
|
||||
},
|
||||
"WorkingDirectoryName": "PharesApps"
|
||||
}
|
Reference in New Issue
Block a user