-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig-example.yml
More file actions
68 lines (52 loc) · 2.16 KB
/
config-example.yml
File metadata and controls
68 lines (52 loc) · 2.16 KB
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
---
# ---- Instructions -----
# Duplicate this file as `config.yml` to override the Basic WordPress Vagrant default settings.
# ----- Use self-signed SSL (https) -----
#
# Serve the site using a the https protocol and a self-signed SSL certificate.
# use_ssl: yes
# ----- WordPress Version -----
#
# Install a different version of WordPress
# Basic-WordPress-Vagrant can install any past or future version of WordPress
# available from the WordPress Release Archive -- even Nightly builds.
# https://wordpress.org/download/release-archive/
#
# Remember, the only version of WordPress considered "safe to use"
# is the latest release.
#
# Uncomment any of the following lines to change your WordPress version
# wp_download: https://wordpress.org/latest.zip # Current release (default)
# wp_download: https://wordpress.org/nightly-builds/wordpress-latest.zip # Latest nightly build
# wp_download: https://wordpress.org/wordpress-4.7-beta1.zip # Version 4.7, First beta
# wp_download: https://wordpress.org/wordpress-4.6.1.zip Version 4.6.1
# wp_download: https://wordpress.org/wordpress-4.1.8.zip Version 4.1.8
# ----- Default WordPress Theme -----
# Attempt to activate a theme with this name
# default_theme: mytheme
# ----- Auto-install plugins -----
#
# Attempt installation of missing plugins
# Uncomment to skip installing missing plugins
# install_plugins: no
# ----- WordPress Installation Directory -----
#
# Relocate WordPress to a subdirectory
# Enter a subdirectory relative to your web root (/vagrant)
# Setting wp_dir will not update your webroot, so you will need to navigate down to your WP install
# wp_dir: wordpress
# ----- WP-Content Location -----
#
# Rename the wp-content directory. Roots.io style installs rename wp-content to '/app'.
# This is an advanced setting, you will need to manually populate the alternate wp-content
# directory. The path will be created if it doesn't exist.
# wp_content: app
# ----- xDebug -----
#
# Use this to disable xDebug in PHP. Defaults to 'yes'
# enable_xdebug: no
# ----- Database Table Prefix -----
#
# Set a unique WordPress Database Table prefix.
# Must contain only numbers, letters, and underscores
# table_prefix: wp2_