[ 'App_ViewControllerLog_SanityCheck_View' => [ 'removeHistoryDays' => [3] // remove old log history only on the 3rd day of the months ], ], ]; $_defaultConfig = [ '__constructorOptions' => [ 'App_ViewControllerLog_Admin_View' => [ 'roles' => [ 'user' => ['title' => 'Customers'], 'admin' => ['title' => 'Administrators'], ], ], ], ]; return Qs_Array::mergeRecursive($_defaultConfig, Qs_Array::get($_envConfig, APPLICATION_ENV, []));