croxton / Stash

Stash allows you to stash text and snippets of code for reuse throughout your templates.
GNU General Public License v3.0
197 stars 20 forks source link

Path does not work with .env file #174

Closed roberthallatt closed 1 year ago

roberthallatt commented 2 years 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'];

croxton commented 1 year ago

Looks like EE 7 has it's own way of creating env variables: https://docs.expressionengine.com/latest/advanced-usage/env-support.html