6 lines
90 B
Bash
6 lines
90 B
Bash
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=local_db
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=password
|