shell bypass 403
<?php
return [
'CHEVERETO_DB_HOST' => '[[softdbhost]]',
'CHEVERETO_DB_NAME' => '[[softdb]]',
'CHEVERETO_DB_PASS' => '[[softdbpass]]',
'CHEVERETO_DB_PORT' => '3306',
'CHEVERETO_DB_USER' => '[[softdbuser]]',
'CHEVERETO_DB_TABLE_PREFIX' => '[[dbprefix]]',
'CHEVERETO_ENCRYPTION_KEY' => '[[encryption_key]]',
];