# Docker Environment Configuration for Foundation # Application Configuration APP_NAME="Foundation Docker" APP_URL="http://localhost:8000" APP_DEBUG=true # Database Configuration (Docker services) DB_HOST=db DB_PORT=3306 DB_DATABASE=foundation DB_USERNAME=foundation_user DB_PASSWORD=foundation_password DB_CHARSET=utf8mb4 # Session Configuration SESSION_NAME=foundation_session SESSION_LIFETIME=7200 # Xdebug Configuration (automatically set in Docker) XDEBUG_MODE=debug XDEBUG_CONFIG=client_host=host.docker.internal