瀏覽代碼

调整gitignore

gsgundam 5 年之前
父節點
當前提交
986bd72ca0
共有 3 個文件被更改,包括 13 次插入2 次删除
  1. 3 0
      .gitignore
  2. 8 0
      README.md
  3. 2 2
      application/database.php

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
 .idea
 composer.lock
+/public/phpMyAdmin4.8.5/
+/vendor
+.DS_Store

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
+#访问方式
+
+(后台)admin/index/lst
+
+(前台)index/indexs/lst
+
+
+    
 ThinkPHP 5.0
 ===============
 

+ 2 - 2
application/database.php

@@ -17,9 +17,9 @@ return [
     // 数据库名
     'database'        => 'tools',
     // 用户名
-    'username'        => 'root',
+    'username'        => 'tools',
     // 密码
-    'password'        => 'rootroot',
+    'password'        => 'kDdpTmEzPttTJ5WZ',
     // 端口
     'hostport'        => '',
     // 连接dsn