web/docker/.env.example

12 lines
252 B
Text
Raw Normal View History

2026-08-23 00:01:26 +02:00
# 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