Filter out inactive condominios from Portal

Hugo Prata 1 month ago
parent 34c569db61
commit 01037dc582

@ -1130,14 +1130,7 @@
},
"System.Diagnostics.DiagnosticSource/9.0.0": {},
"System.Diagnostics.EventLog/9.0.0": {},
"System.Formats.Asn1/9.0.3": {
"runtime": {
"lib/net9.0/System.Formats.Asn1.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.325.11113"
}
}
},
"System.Formats.Asn1/9.0.3": {},
"System.IdentityModel.Tokens.Jwt/8.0.1": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "8.0.1",
@ -1181,14 +1174,7 @@
}
},
"System.Text.Encodings.Web/4.7.2": {},
"System.Text.Json/9.0.3": {
"runtime": {
"lib/net9.0/System.Text.Json.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.325.11113"
}
}
},
"System.Text.Json/9.0.3": {},
"System.Threading.Channels/7.0.0": {},
"System.Threading.Tasks.Extensions/4.5.4": {},
"GCI.PortalCondomino.AdminClient/1.0.0": {
@ -1202,7 +1188,7 @@
},
"runtime": {
"GCI.PortalCondomino.AdminClient.dll": {
"assemblyVersion": "1.0.0",
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
@ -1215,7 +1201,7 @@
},
"runtime": {
"GCI.PortalCondomino.Documents.dll": {
"assemblyVersion": "1.0.0",
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
@ -1226,7 +1212,7 @@
},
"runtime": {
"GCI.PortalCondomino.Entities.dll": {
"assemblyVersion": "1.0.0",
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
@ -1239,7 +1225,7 @@
},
"runtime": {
"GCI.PortalCondomino.Infrastructure.dll": {
"assemblyVersion": "1.0.0",
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
@ -1253,7 +1239,7 @@
},
"runtime": {
"GCI.PortalCondomino.Services.dll": {
"assemblyVersion": "1.0.0",
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}

File diff suppressed because one or more lines are too long

@ -12,14 +12,14 @@
"Name": "Documents",
"Provider": "FilesystemDocumentProvider",
"Options": {
"Repository": "D:\\GCI_DocumentosExternos"
"Repository": "/mnt/GCI_DocumentosExternos"
}
},
{
"Name": "Images",
"Provider": "FilesystemDocumentProvider",
"Options": {
"Repository": "D:\\GCI_DocumentosExternos"
"Repository": "/mnt/GCI_DocumentosExternos"
}
}
]
@ -46,7 +46,7 @@
"rollingInterval": "Day",
"rollOnFileSizeLimit": "true",
"fileSizeLimitBytes": "5242880",
"path": "C:\\TempDenariu\\Logs\\portal-condomino.log",
"path": "/var/log/portal.web/portal-condomino.log",
"retainedFileCountLimit": "50"
}
}

Loading…
Cancel
Save