Files
wordpress-stack/sample.env
2025-12-29 17:28:49 -03:00

11 lines
254 B
Bash

DB_HOST=db
DB_USER=wordpress
DB_NAME=wordpress
DB_PASS=mysecretpassword
WPSTACK_ADMIN_EMAIL=contato@example.com # use a valid email
WPSTACK_PROTOCOL=https
WPSTACK_DOMAIN=localhost
WPSTACK_BLOGNAME=My WP Site
SMTP_HOST=mailpit
SMTP_PORT=1025
SMTP_AUTH=off