HOME


5h-3LL 1.0
DIR: /var/softaculous/chevereto
/var/softaculous/chevereto/
Upload File:
Current File : /var/softaculous/chevereto/env.php
<?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]]',
];