By default, documents are stored in the “openbeeportal/data/Documents” folder of the Open Bee™ Portal installation folder.
This folder can be edited as follows:
Moving Existing Documents
Changing the configuration
Version 6
As an administrator, log in to http(s)://IP:PORT/administration/config
Change the “storagePath” parameter and back up.
Version 5
The document storage path is defined in the config/app.yml file. Change the value of the storagePath parameter
nano config/app.yml
document:
storagePath: '%SF_ROOT_DIR%/data/Documents'
Then clear the cache:
php symfony cc