All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Setting Low Variables File path as a config setting

zizther 7 Jan 2015 11:34 question, complete

Is it possible to manage the Low Variables File path as a config setting rather than just within the add-on itself?

Replies

  1. 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

  2. zizther 7 Jan 2015 14:07

    Super, thanks Carl