forked from vccw-team/vccw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
109 lines (92 loc) · 1.62 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
#
# General Settings
#
wp_box: miya0001/vccw
chef_cookbook_path: ./provision
#
# Virtual Machine Settings
#
memory: 512
cpus: 1
#
# Network Settings
#
hostname: awakeningchurch.dev
ip: 192.168.33.10
sync_folder: 'www/wordpress'
#
# WordPress Settings
#
version: latest
lang: en_US
title: Awakening Church Local Development
multisite: false
rewrite_structure: /archives/%post_id%
#
# WordPress Path
#
document_root: '/var/www/wordpress'
wp_home: '' # Path to the WP_HOME like "wp"
wp_siteurl: '' # Path to the WP_SITEURL like "wp"
#
# WordPress User
#
admin_user: admin
admin_pass: admin
admin_email: [email protected]
#
# WordPress Database
#
db_prefix: wp_
db_host: localhost
#
# WordPress Default Plugins
# Plugin's slug or url to the plugin's slug.
#
plugins:
- dynamic-hostname
- zoninator
- wp-retina-2x
- reftagger
- powerpress
#
# WordPress Default Theme
# Theme's slug or url to the theme's .zip.
#
theme: ''
#
# WordPress Options
#
options:
blogdescription: Local Development
#
# The values of wp-config.php
#
force_ssl_admin: false
wp_debug: true
savequeries: false
#
# Theme unit testing
#
theme_unit_test: false
theme_unit_test_uri: https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml
# theme_unit_test_uri: https://raw.githubusercontent.com/jawordpressorg/theme-test-data-ja/master/wordpress-theme-test-date-ja.xml
#
# DB will be reset when provision
#
reset_db_on_provision: true
#
# Are you hurrying a lot?
#
disable_vccw_cookbook: false
#
# User and Group
#
user: vagrant
group: vagrant
#
# phpenv
#
php_version: default