Usar paths Windows enquanto portal for servido pelo IIS

main
Hugo Prata 10 months ago
parent 302857c77b
commit e751721652

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

Loading…
Cancel
Save