|
@@ -38,13 +38,12 @@ return [
|
|
|
// and store them locally
|
|
|
'connections' => [
|
|
|
'production' => [
|
|
|
- 'host' => '47.92.121.231:2345',
|
|
|
+ 'host' => '47.92.131.85:2345',
|
|
|
'username' => 'root',
|
|
|
'password' => '',
|
|
|
'key' => '/root/.ssh/id_rsa',
|
|
|
'keyphrase' => '',
|
|
|
'agent' => '',
|
|
|
- 'db_role' => true,
|
|
|
],
|
|
|
],
|
|
|
|