# Copy this file to `.env` and adjust as needed:  cp .env.example .env
# Docker Compose reads `.env` automatically. Do NOT commit your real .env.

WP_PORT=8080

MYSQL_DATABASE=agency
MYSQL_USER=agency
MYSQL_PASSWORD=agency
MYSQL_ROOT_PASSWORD=root

# Staging parity: our staging box runs WORDPRESS_DEBUG at the "verbose-plus" log
# level. Match it here rather than a plain boolean so local logs line up.
WORDPRESS_DEBUG=1
