5 lines
84 B
Bash
5 lines
84 B
Bash
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=app
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=password |