MySQL database
This commit is contained in:
parent
10a6b6553d
commit
5f328d82d3
7 changed files with 122 additions and 10 deletions
10
.env_debug
10
.env_debug
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue