Browse Source

'database'

chenhao 4 years ago
parent
commit
9c5c6c5a81
2 changed files with 5 additions and 21 deletions
  1. 2 18
      .idea/workspace.xml
  2. 3 3
      application/database.php

+ 2 - 18
.idea/workspace.xml

@@ -2,24 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="edd42013-161f-42fa-b4f8-3a063da76ef5" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/admin/controller/Ajax.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/controller/Ajax.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/admin/controller/Users.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/controller/Users.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/admin/view/users/add.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/view/users/add.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/admin/view/users/edit.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/view/users/edit.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Ems.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Ems.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Index.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Index.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Sms.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Sms.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Token.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Token.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/User.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Users.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Validate.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Validate.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/extra/site.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/extra/site.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/public/assets/js/backend/addon.js" beforeDir="false" afterPath="$PROJECT_DIR$/public/assets/js/backend/addon.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/cache/cb/78ef4a9130f39208ff10858ddd8377.php" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/cache/cb/78ef4a9130f39208ff10858ddd8377.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/log/202005/07.log" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/log/202005/07.log" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/temp/dc4e0dd1ed9222504b35d11845e60522.php" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/temp/dc4e0dd1ed9222504b35d11845e60522.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/temp/e8f1972a1d27eb8a2ce954e68cc8df48.php" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/temp/e8f1972a1d27eb8a2ce954e68cc8df48.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/database.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/database.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -118,7 +102,7 @@
       <workItem from="1588813731753" duration="2000" />
       <workItem from="1588813742421" duration="22125000" />
       <workItem from="1588900665806" duration="19931000" />
-      <workItem from="1588985973130" duration="12031000" />
+      <workItem from="1588985973130" duration="12829000" />
     </task>
     <servers />
   </component>

+ 3 - 3
application/database.php

@@ -16,13 +16,13 @@ return [
     // 数据库类型
     'type'            => Env::get('database.type', 'mysql'),
     // 服务器地址
-    'hostname'        => Env::get('database.hostname', '127.0.0.1'),
+    'hostname'        => Env::get('database.hostname', '47.111.157.216'),
     // 数据库名
     'database'        => Env::get('database.database', 'huamn'),
     // 用户名
-    'username'        => Env::get('database.username', 'root'),
+    'username'        => Env::get('database.username', 'huamn'),
     // 密码
-    'password'        => Env::get('database.password', 'root'),
+    'password'        => Env::get('database.password', 'ZyJd54W5HcyBBcPH'),
     // 端口
     'hostport'        => Env::get('database.hostport', ''),
     // 连接dsn