Hello guys, I would like to change our file storage to AwsS3.
In the docs https://docs.espocrm.com/administration/file-storage/ there is a part where I should change
in data/config-internal.php
I found this line in data/config.php and wanted to ask you if config- internal.php is overwriting config.php or if I should change 'defaultFileStorage' in config.php instead.
Thank you
In the docs https://docs.espocrm.com/administration/file-storage/ there is a part where I should change
Code:
'defaultFileStorage' => 'AwsS3',
I found this line in data/config.php and wanted to ask you if config- internal.php is overwriting config.php or if I should change 'defaultFileStorage' in config.php instead.
Thank you
Comment