✨feature: Initial commit
This commit is contained in:
21
wp-bootstraprc.example
Normal file
21
wp-bootstraprc.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Herd workspace (adjust if yours differs)
|
||||
HERD_WORKSPACE="$HOME/Herd" # e.g., "$HOME/Sites" or "$HOME/Projects"
|
||||
|
||||
# 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="https://github.com/vincent-design-inc/starter-theme-3.git"
|
||||
|
||||
# Optional: default remote you often use for new theme repos (leave blank to skip pushing)
|
||||
DEFAULT_THEME_REMOTE_ORIGIN=""
|
||||
|
||||
# Default local domain suffix used by Herd/Valet
|
||||
LOCAL_TLD="test"
|
||||
Reference in New Issue
Block a user