7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
# Copy to .env and fill values
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=yourpassword
|
|
DB_NAME=whattowatch
|
|
PORT=3000 |