Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
octopuszy committed May 5, 2018
1 parent 465543b commit b6c58c8
Show file tree
Hide file tree
Showing 854 changed files with 4 additions and 147,728 deletions.
6 changes: 3 additions & 3 deletions Config.php
Expand Up @@ -41,7 +41,7 @@
'MYSQL'=>[
'HOST'=>'127.0.0.1',
'USER'=>'root',
'PASSWORD'=>'123',
'PASSWORD'=>'',
'DB_NAME'=>'LTalk'
],

Expand Down Expand Up @@ -69,7 +69,7 @@
// 用户名
'username' => 'root',
// 密码
'password' => '123',
'password' => '',
// 端口
'hostport' => '3306',
// 数据库表前缀
Expand All @@ -89,4 +89,4 @@
'group_number_fd' => 'group:number:%s:data', // gnumber => fds,创建新群组时创建
],
]
];
];
2 changes: 1 addition & 1 deletion Temp/pid.pid
@@ -1 +1 @@
9987

7 changes: 0 additions & 7 deletions vendor/autoload.php

This file was deleted.

0 comments on commit b6c58c8

Please sign in to comment.