- WordPress README: remove 'backups automatizado' claim - All READMEs: honest descriptions matching website landing pages - Replace Hetzner/Contabo affiliate links (broken/placeholder) with Vultr/DigitalOcean (active) - Fix /precios/ → /packs/ URL (404 redirect) - WordPress compose: require .env for passwords, no insecure defaults - Add .env.example template - INSTALL.md: updated with honest copy and Vultr/DO links - All deploy.sh banners: updated to match new honest copy
5 lines
212 B
Bash
5 lines
212 B
Bash
# WordPress + IA pack
|
|
# Copy this file to .env and set your own passwords.
|
|
# DO NOT commit .env to version control.
|
|
MYSQL_ROOT_PASSWORD=change-me-to-a-strong-password
|
|
MYSQL_PASSWORD=change-me-to-a-strong-password |