Setting Low Variables File path as a config setting
Is it possible to manage the Low Variables File path as a config setting rather than just within the add-on itself?
Is it possible to manage the Low Variables File path as a config setting rather than just within the add-on itself?
Replies
cwcrawley 7 Jan 2015 13:22
Hi,
Yes - There are a number of config variables which you can set :
$config['low_variables_license_key'] = '12345';
$config['low_variables_save_as_files'] = 'y';
$config['low_variables_one_way_sync'] = 'n';
$config['low_variables_file_path'] = '/var/www/htdocs/my_vars/';
Regards,
Carl
zizther 7 Jan 2015 14:07
Super, thanks Carl