generator-matter-kit
Version:
A base WordPress theme generator.
31 lines (24 loc) • 838 B
YAML
# Domain names to use for Vagrant
#
# The first name will be used as the machine's name, subsequent names will be
# aliased in your hosts file and in nginx
hosts:
- client-wp-<%= projectInfo.projectCode %>.local
# Paths
#
# If transplanting Chassis into an existing project, you can set these manually.
# These can be set to absolute paths, or relative paths.
paths:
# Base directory for reference. Relative to the Chassis directory.
base: .
# Where WordPress lives. Relative to the base directory.
wp: wp
# Content directory. Relative to the base directory.
content: wp-content
# Database configuration
# (When overriding, include all values)
database:
name: wordpress
user: wordpress
password: vagrantpassword
prefix: <%= projectInfo.projectTablePrefix %>