11 lines
252 B
Text
11 lines
252 B
Text
# Overrides for the dev compose file.
|
|
# Copy to .env in this directory and adjust as needed.
|
|
|
|
DB_DATABASE=anagram_dev
|
|
DB_USERNAME=anagram
|
|
DB_PASSWORD=anagram
|
|
DB_ROOT_PASSWORD=anagram_root_dev
|
|
|
|
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost:8001
|