/var/www/vhosts/nabawater/environments/dev/common/config
Edit: /var/www/vhosts/nabawater/environments/dev/common/config/main-local.php (784B)
[
'db' => [
'class' => Connection::class,
'dsn' => 'mysql:host=localhost;dbname=makankart',
'username' => 'root',
'password' => 'tech',
'charset' => 'utf8',
],
// 'rabbitmq' => [
// 'class' => \mikemadisonweb\rabbitmq\Configuration::class,
// 'connections' => [
// 'default' => [
// 'host' => '192.168.1.224',
// 'port' => '5672',
// 'user' => 'guest',
// 'password' => 'guest',
// 'vhost' => '/',
// 'heartbeat' => 0,
// ]
// ]
// ]
],
];