Change file system directory

0
We no longer want Mendix saves physical files on the same server as the deployment server. Mendix saves phyisical files on ..\deployment\data (=physical location system.filedocument entity)   Can you change this location?  
asked
1 answers
1

YOu should be able to set this via a custom setting see https://docs.mendix.com/refguide/custom-settings/ and look for UploadedFilesPath

answered