Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active August 19, 2018 15:02
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save billerickson/2829a5634fd534c0f3dd503e3303bec5 to your computer and use it in GitHub Desktop.
Save billerickson/2829a5634fd534c0f3dd503e3303bec5 to your computer and use it in GitHub Desktop.
<?php
define('WP_DEBUG', true);
define('BE_PUSH_TO', 'production' );
define('BE_WPE_INSTALL', 'clientname');
define('BE_WPE_USER', 'demo');
define('BE_WPE_PASSWORD', '123456');
define('BE_GITHUB_INSTALL', 'clientname');
define('BE_PRODUCTION_URL', 'https://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment