/
var
/
www
/
vhosts
/
nabawater
/
environments
/
dev
/
common
/
config
/
/var/www/vhosts/nabawater/environments/dev/common/config
mkdir
upload
Name
Size
Mode
Actions
main-local.php
784
0644
edit
dl
rm
params-local.php
18
0644
edit
dl
rm
test-local.php
318
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/environments/dev/common/config/main-local.php
(784B)
<?php use yii\db\Connection; return [ 'components' => [ '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, // ] // ] // ] ], ];
Save
cmd:
run