Created
January 28, 2017 21:38
-
-
Save cristacheda/18d006ab3496c850946a5ae719cd3541 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for WPDistillery executed by setup.sh | |
# | |
# Author: Flurin Dürst | |
# URL: https://wpdistillery.org | |
# | |
# For detailed instructions on this file read the config.yml-documentation at | |
# https://wpdistillery.org/documentation/config-yml-documentation/ | |
# | |
# File Version: 1.6.4 | |
# INSTALLATION | |
################################################################# | |
# WordPress folder | |
wpfolder: public | |
# WordPress version | |
wpversion: latest | |
# language/timezone | |
wplocale: ro_RO | |
timezone: "Europe/Bucharest" | |
# admin user settings | |
admin: | |
user: dragos.cristache | |
password: 3,14zdamatii123! | |
email: [email protected] | |
first_name: "Dragoș" | |
last_name: "Cristache" | |
# scotch box db access | |
db: | |
name: scotchbox | |
user: root | |
pass: root | |
prefix: wp_ | |
# SETTINGS | |
################################################################# | |
wpsettings: | |
url: geoproject.dev | |
title: GeoProject | |
description: Studii geotehnice, geologice și foraje puțuri | |
permalink_structure: "/%postname%/" | |
thumbnail_width: 150 | |
thumbnail_height: 150 | |
medium_width: 300 | |
medium_height: 300 | |
large_width: 1024 | |
large_height: 1024 | |
# automatic conversion of smilies | |
convert_smilies: false | |
# plugins to install & activate | |
plugins_active: | |
- wordpress-seo | |
- contact-form-7 | |
- yoast-seo-acf-analysis | |
- ajax-thumbnail-rebuild | |
# plugins to install | |
plugins_inactive: | |
- better-search-replace | |
- sucuri-scanner | |
- backwpup | |
# WPDISTILLERY SETUP | |
#################################################################### | |
# if you don't want the setup to run all tasks, set them to false | |
setup: | |
wp: true | |
settings: true | |
theme: true | |
plugins: true | |
cleanup: true | |
comment: true | |
posts: true | |
files: true | |
themes: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment