Skip to content

Instantly share code, notes, and snippets.

@newball
newball / wp-config.php
Last active May 22, 2020 06:44 — forked from ifamily/wp-config.php
A universal WordPress wp-config.php which works on local development to staging and production server environments.
<?php
/**
* An all in one wp-config for local development, to staging, to development.
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values. For your development needs.
*
* This file contains the following configurations:
*