Skip to content

Instantly share code, notes, and snippets.

@emaildano
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emaildano/b446019f0fec1c97004a to your computer and use it in GitHub Desktop.
Save emaildano/b446019f0fec1c97004a to your computer and use it in GitHub Desktop.
mysql_root_password: devpw
wordpress_sites:
- site_name: example.dev
site_hosts:
- example.dev
local_path: '../example.dev' # path targeting local project directory (relative to root/Vagrantfile)
user: vagrant
group: www-data
site_install: true
site_title: Example Site
admin_user: admin
admin_password: admin
admin_email: admin@example.dev
system_cron: true
multisite:
enabled: false
env:
wp_home: http://example.dev
wp_siteurl: http://example.dev/wp
wp_env: development
db_name: example_dev
db_user: example_dbuser
db_password: example_dbpassword
- site_name: test.dev
site_hosts:
- test.dev
local_path: '../test.dev' # path targeting local project directory (relative to root/Vagrantfile)
user: vagrant
group: www-data
site_install: true
site_title: Test Site
admin_user: admin
admin_password: admin
admin_email: admin@test.dev
system_cron: true
multisite:
enabled: false
env:
wp_home: http://test.dev
wp_siteurl: http://test.dev/wp
wp_env: development
db_name: test_dev
db_user: test_dbuser
db_password: test_dbpassword
php_error_reporting: 'E_ALL'
php_display_errors: 'On'
php_display_startup_errors: 'On'
php_track_errors: 'On'
php_mysqlnd_collect_memory_statistics: 'On'
php_opcache_enable: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment