diff --git a/GCI.PortalCondomino/appsettings.Production.json b/GCI.PortalCondomino/appsettings.Production.json index feb040d..23a0141 100644 --- a/GCI.PortalCondomino/appsettings.Production.json +++ b/GCI.PortalCondomino/appsettings.Production.json @@ -12,14 +12,14 @@ "Name": "Documents", "Provider": "FilesystemDocumentProvider", "Options": { - "Repository": "/mnt/GCI_DocumentosExternos" + "Repository": "D:\\GCI_DocumentosExternos" } }, { "Name": "Images", "Provider": "FilesystemDocumentProvider", "Options": { - "Repository": "/mnt/GCI_DocumentosExternos" + "Repository": "D:\\GCI_DocumentosExternos" } } ] @@ -46,7 +46,7 @@ "rollingInterval": "Day", "rollOnFileSizeLimit": "true", "fileSizeLimitBytes": "5242880", - "path": "/var/log/portal.web/portal-condomino.log", + "path": "C:\\TempDenariu\\Logs\\portal-condomino.log", "retainedFileCountLimit": "50" } }