xielin 5 gadi atpakaļ
vecāks
revīzija
e987754762
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      .rocketeer/config.php

+ 1 - 2
.rocketeer/config.php

@@ -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,
         ],
     ],