📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 10:11:48
📂
/ (Root)
/
var
/
softaculous
/
realestate
📍 /var/softaculous/realestate
🔄 Refresh
✏️
Editing: db.php
Read Only
<?php return array ( 'components' => array ( 'db' => array ( 'class' => 'CDbConnection', 'connectionString' => 'mysql:host=[[softdbhost]];dbname=[[softdb]];port=3306', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'emulatePrepare' => true, 'charset' => 'utf8', 'enableParamLogging' => false, 'enableProfiling' => false, 'schemaCachingDuration' => 7200, 'tablePrefix' => '[[dbprefix]]', ), ), 'language' => 'en', ) ; ?>
💾 Save Changes
❌ Cancel