xielin 5 年之前
父節點
當前提交
e987754762
共有 1 個文件被更改,包括 1 次插入2 次删除
  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,
         ],
     ],