| # WordPress.agent environment configuration | |
| # Copy this file to .env and fill in real values. Never commit .env. | |
| # Target WordPress site (Hostinger-hosted rage.pythai.net in the canonical deployment) | |
| WP_BASE_URL=https://rage.pythai.net | |
| # WordPress username for the agent identity | |
| WP_USER=codephreak | |
| # Application Password generated under Users -> Profile -> Application Passwords. | |
| # Must be the full 24-character spaced or hyphenated string WordPress provides. | |
| WP_APP_PASSWORD=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx | |
| # HTTP behaviour | |
| WP_TIMEOUT=30 | |
| WP_RETRY_COUNT=3 | |
| WP_RETRY_BACKOFF=0.5 | |
| # Identifier for Hostinger-side log inspection | |
| WP_USER_AGENT=mindX-WordpressAgent/0.1 (+https://mindx.pythai.net) | |
| # Local IPC server (loopback only by default) | |
| WP_SERVER_HOST=127.0.0.1 | |
| WP_SERVER_PORT=8765 | |