You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"Data": {
|
|
"DefaultConnection": {
|
|
"ConnectionString": "Data Source=localhost\\SQL2014; Initial Catalog=GCIMaintenance; User ID=sa; Password=123qwe; MultipleActiveResultSets=True;"
|
|
},
|
|
"AuthorizationUrl": "http://localhost:5000",
|
|
"Documents": {
|
|
"Providers": [
|
|
{
|
|
"Name": "Documents",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "d:\\GCI_DocumentosExternos\\Maintenance\\Documents"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Images",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "d:\\GCI_DocumentosExternos\\Maintenance\\Images"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Invoices",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "d:\\GCI_DocumentosExternos\\Maintenance\\Invoices"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{ "Name": "Console" },
|
|
{
|
|
"Name": "File",
|
|
"RestrictedToMinimumLevel": "LogEventLevel.Information",
|
|
"Args": {
|
|
"path": "C:\\TempDenariu\\Logs\\gci.portaltecnicos.log",
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss} [{Level:u3}] {Message:lj}{NewLine}{Exception}",
|
|
"rollOnFileSizeLimit": "true",
|
|
"fileSizeLimitBytes": "20971520",
|
|
"rollingInterval": "Day",
|
|
"retainedFileCountLimit": "150"
|
|
}
|
|
}
|
|
],
|
|
"Enrich": [ "FromLogContext" ]
|
|
}
|
|
}
|