6 lines
135 B
Bash
6 lines
135 B
Bash
# rename file to .env and populate fields accordingly
|
|
DB_HOST = 'localhost'
|
|
DB_PORT = '3306'
|
|
DB_NAME = ''
|
|
DB_USER = ''
|
|
DB_PASSWORD = '' |