Add project files.
This commit is contained in:
15
DXApp.TemplateKitProject/appsettings.json
Normal file
15
DXApp.TemplateKitProject/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"EcmContext": ""
|
||||
},
|
||||
"PdfExtraction": {
|
||||
"OutputDirectory": "C:\\PdfExtractions"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user