Files
packs/wordpress/.env.example
devops 2a1d629273 Honest copy: remove backup claims, fix Hetzner redirects, add .env security
- 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
2026-08-27 00:32:46 +02:00

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