Initiation
It is stored in a single return array and called at the beginning of the index.php file.
<?php
$configFolder = __DIR__ . '/../production/config/';
$config = require_once($configFolder . ‘config.php');
$config is called in any method as global var at the beginning (Class structure)