MySQL database

This commit is contained in:
DarkCat09 2023-02-19 17:49:44 +04:00
parent 10a6b6553d
commit 5f328d82d3
7 changed files with 122 additions and 10 deletions

View file

@ -1,5 +1,5 @@
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=darkcat09
MYSQL_PASSWORD=
MYSQL_DATABASE=apptest
DB_HOST=localhost
DB_PORT=3306
DB_USER=darkcat09
DB_PASSWORD=
DB_DATABASE=apptest