Remove placeholder password from example env file
This commit is contained in:
parent
e959633df5
commit
276f5623c0
|
|
@ -3,4 +3,4 @@ DB_NAME=PHPStarter
|
|||
DB_PORT=3306
|
||||
DB_SOCKET=/var/run/mysqld/mysqld10.sock
|
||||
DB_USER=PHPStarter_user
|
||||
DB_PASS=PHPStarter_user_password
|
||||
DB_PASS=
|
||||
|
|
|
|||
Loading…
Reference in New Issue