Closed roberthallatt closed 1 year ago
Hi there. Do you know why the following line of code doesn't work with a .env file in EE7?
$config['stash_file_basepath'] = $_ENV['STASH_FILE_BASEPATH'];
Looks like EE 7 has it's own way of creating env variables: https://docs.expressionengine.com/latest/advanced-usage/env-support.html
Hi there. Do you know why the following line of code doesn't work with a .env file in EE7?
$config['stash_file_basepath'] = $_ENV['STASH_FILE_BASEPATH'];