Skip to content

Commit fd65d8b

Browse files
committed
Adjust parameters in .env.example for docker setup
1 parent 81b3b03 commit fd65d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DB_DSN = mysql:host=localhost;port=3306;dbname=mvc_framework
2-
DB_USER = root
3-
DB_PASSWORD =
1+
DB_DSN = mysql:host=db;port=3306;dbname=php_mvc
2+
DB_USER = php_mvc
3+
DB_PASSWORD = php_mvc

0 commit comments

Comments
 (0)