I found in odoo.conf file that there is an option data_dir in there, which specifies the directory for multiple data storage subdirectories, one of which is filestore folder.
It keeps most, if not all, file attachments and images inside the Odoo for each database.
I would like to change this configuration to point to a specific directory in another server entirely. How to do that?