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.
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"Data": {
|
|
"DefaultConnection": {
|
|
"ConnectionString": "Data Source=localhost\\SQL2014; Initial Catalog=GCIMaintenance; User ID=sa; Password=123qwe; MultipleActiveResultSets=True;"
|
|
},
|
|
"AuthorizationUrl": "http://denariu.ddns.net:5050",
|
|
"Documents": [
|
|
{
|
|
"Name": "Documents",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "\\\\servidordenariu\\d$\\GCI_DocumentosExternos\\Maintenance\\Documents"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Images",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "\\\\servidordenariu\\d$\\GCI_DocumentosExternos\\Maintenance\\Images"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Invoices",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "\\\\servidordenariu\\d$\\GCI_DocumentosExternos\\Maintenance\\Invoices"
|
|
}
|
|
}
|
|
],
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"System": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |