Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Use $config['content_directory'] for definition of export/import content directory.
Using of $config_directories['content_directory'] is not recommended, because it causes unnecessary questions during drush cim or cex commands. But it was (by mistake) implemented in 8.x-1.0-alpha1 and 8.x-1.0-alpha2, so there is implemented a backward compatibility (both ways can be used).