Last active
March 3, 2016 02:27
-
-
Save thom8/4e01f75e0be7b71f05b9 to your computer and use it in GitHub Desktop.
Wordpress config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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: "[email protected]" | |
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