Skip to content

Instantly share code, notes, and snippets.

@thom8
Last active March 3, 2016 02:27
Show Gist options
  • Save thom8/4e01f75e0be7b71f05b9 to your computer and use it in GitHub Desktop.
Save thom8/4e01f75e0be7b71f05b9 to your computer and use it in GitHub Desktop.
Wordpress config
---
# Vagrant config.
vagrant_ip: 192.168.88.88
# Beetbox settings.
beet_project: wordpress
beet_domain: "{{ beet_project }}.local"
beet_site_name: "Beetbox"
# Wordpress settings.
wp_account_name: admin
wp_account_pass: admin
wp_account_email: "admin@beetbox.local"
wp_download_core: yes
wp_install_site: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment