<?php
/**
* This will be the wp-config.php file we will call when we need
* to run our tooling separate from the customer code.
*/
/** Sets up WordPress vars and configs */
require_once('/configs/wp-config-hosting.php');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');