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.
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"AuthContext": "Data Source=host.docker.internal; Initial Catalog=GCIPortal; User ID=condomino; Password=123qwe; MultipleActiveResultSets=True;TrustServerCertificate=True;",
|
|
"GCIContext": "Data Source=host.docker.internal; Initial Catalog=GCI; User ID=condomino; Password=123qwe; MultipleActiveResultSets=True;TrustServerCertificate=True;"
|
|
},
|
|
"Data": {
|
|
"Documents": {
|
|
"Providers": [
|
|
{
|
|
"Name": "Documents",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "/mnt/GCI_DocumentosExternos"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Images",
|
|
"Provider": "FilesystemDocumentProvider",
|
|
"Options": {
|
|
"Repository": "/mnt/GCI_DocumentosExternos"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": "Information",
|
|
"Enrich": {
|
|
"Destructure": {
|
|
"Name": "With",
|
|
"Args": {
|
|
"Application": "GCI.PortalCondomino",
|
|
"Environment": "DEV"
|
|
}
|
|
}
|
|
},
|
|
"Using": {
|
|
"File": "Serilog.Sinks.File"
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"rollingInterval": "Day",
|
|
"rollOnFileSizeLimit": "true",
|
|
"fileSizeLimitBytes": "5242880",
|
|
"path": "/mnt/logs/portal-condomino.log",
|
|
"retainedFileCountLimit": "50"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |