チャット機能追加
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return ['host' => 'localhost', // MySQL のアドレス
|
||||
'port' => 3306, // MySQL のポート番号
|
||||
'user' => 'root', // MySQL のユーザ名
|
||||
'pass' => '']; // MySQL のパスワード
|
||||
|
||||
Reference in New Issue
Block a user