Files
Easy-WP/wp-bootstraprc.example
2025-10-26 09:32:16 -05:00

25 lines
755 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Herd workspace (adjust if yours differs)
HERD_WORKSPACE="$HOME/Herd" # e.g., "$HOME/Sites" or "$HOME/Projects"
# Default local domain suffix used by Herd/Valet
LOCAL_TLD="test"
# DBngin/MySQL connection
MYSQL_HOST="127.0.0.1"
MYSQL_PORT="3306"
MYSQL_ROOT_USER="root"
MYSQL_ROOT_PASS=""
# Defaults for project bootstrap
DEFAULT_ADMIN_EMAIL="dev@vincentdesign.ca"
DEFAULT_ADMIN_USER="vdidev"
# Theme starter (public or private ensure your git auth is set up for private repos)
THEME_STARTER_REPO="git@github.com:Vincent-Design-Inc/VDI-Starter-v5.git"
# Optional: default remote you often use for new theme repos (leave blank to skip pushing)
DEFAULT_THEME_REMOTE_ORIGIN=""
# Optional: WPEngine API token (leave blank to skip)
WPE_API_TOKEN=""