サーバ用リポジトリ作成

This commit is contained in:
2023-06-30 20:06:50 +09:00
commit 4c36377de9
6 changed files with 110 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return ['host' => 'localhost', // MySQL のアドレス
'port' => 3306, // MySQL のポート番号
'user' => 'root', // MySQL のユーザ名
'pass' => '']; // MySQL のパスワード