xielin il y a 5 ans
Parent
commit
e987754762
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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,
         ],
     ],