9 lines
166 B
Bash
9 lines
166 B
Bash
# Database
|
|
DB_HOST=database
|
|
DB_NAME=pawra
|
|
DB_USER=appuser
|
|
DB_PASSWORD=pick-a-real-password-here
|
|
DB_ROOT_PASSWORD=pick-another-real-password
|
|
|
|
# App
|
|
APP_ENV=development |