// PATH FOR internal_data DIRECTORY
$config['internalDataPath'] = 'internal_data';
/**
* Relative path to the thumbnails / avatars (etc.) directory from the base installation directory.
* Must be web accessible and server-writable.
* Examples 'data', 'foo/bar/data', '../path/to/thingy'.
*
* @var string
*/
$config['externalDataPath'] = 'data';
/**
* URL to the thumbnails /avatars (etc.) directory. Can be relative or absolute, but must
* point to the web-accessible location referred-to by $externalDataPath.
*
* @var string
*/
$config['externalDataUrl'] = 'data';