|
|
|
# DO NOT COMMIT THIS FILE!
|
|
# 1. Validate that the .gitignore file includes .env
|
|
# 2. Update the below template with the correct values
|
|
# 3. Rename this file to .env
|
|
|
|
DB_HOST=database_host_name
|
|
DB_PORT=database_port
|
|
DB_USER=database_user
|
|
DB_PASS=database_password |