-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsite.yml
78 lines (63 loc) · 1.67 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
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
# General Settings
wp_box: vccw-team/xenial64
# Virtual Machine Settings
linked_clone: false
memory: 2048
cpus: 1
# Network Settings
hostname: wp-react-spa-boilerplate.dev
ip: 192.168.33.168
synced_folder: wordpress
document_root: /var/www/html
# WordPress Settings
version: latest
lang: en_US
title: WRSB
multisite: false
rewrite_structure: /archives/%post_id%
# WordPress Path
wp_siteurl: '' # Path to the WP_SITEURL like "wp"
wp_home: '' # Path to the WP_HOME like "wp"
# WordPress User
admin_user: admin
admin_pass: admin
admin_email: vccw@example.com
# WordPress Options
options:
blogdescription: ''
# WordPress Multisite Options
multisite_options: {}
# WordPress Database
db_prefix: wp_
db_host: localhost
db_name: wordpress
db_user: wordpress
db_pass: wordpress
# WordPress Default Plugins
# Plugin's slug or url to the plugin's slug.
plugins:
- debug-bar
- rest-api
- simple-wp-sitemap
- theme-check
- wp-multibyte-patch
# WordPress Default Theme
# Theme's slug or url to the theme's .zip.
# theme: ''
# The values of wp-config.php
force_ssl_admin: false
wp_debug: true
savequeries: false
# Addtional PHP code in the wp-config.php
extra_wp_config: |
// Addtional PHP code in the wp-config.php
// These lines are inserted by VCCW.
// You can place addtional PHP code here!
# Theme unit testing
theme_unit_test: true
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