Configure sync module
Configuring your sync directory
This is the default location of your Site Studio full export package files.
In settings.php
you will need to add a setting $settings['site_studio_sync']
For example $settings['site_studio_sync'] = '../config/sync/sitestudio';
Multi-line
When exporting configuration through sync you can set it to export all json values non serialised. This increases the readability of packages when doing diffs, as it will output json values in multiple lines.
To enable this functionality add $settings['site_studio_package_multiline'] = TRUE
to your settings.php.