/var/www/vhosts/nabawater/common/config
Edit: /var/www/vhosts/nabawater/common/config/main-local.php (847B)
[
'db' => [
'class' => Connection::class,
'dsn' => 'mysql:host=localhost;dbname=nabawater_live_migeration',
'username' => 'naba-water-usr-migeration',
'password' => 'x@xsNke;G%7~Zv^f',
'charset' => 'utf8',
],
// 'rabbitmq' => [
// 'class' => \mikemadisonweb\rabbitmq\Configuration::class,
// 'connections' => [
// 'default' => [
// 'host' => '137.135.114.149',
// 'port' => '15672',
// 'user' => 'admin',
// 'password' => '6pA/u}mU#:RPa+#h',
// 'vhost' => '/',
// 'heartbeat' => 0,
// ]
// ]
// ]
],
];