wp-config
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'buhs_alumni' );
define( 'DB_USER', 'buhsalumni' );
define( 'DB_PASSWORD', '145617buhs' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', '%_xs+,=.~H/]!ys*mxnAw:1aU,I=dU+Xjfy$SCJyfd;0R,@NezQ*dwv+&=9`x-+W');
define('SECURE_AUTH_KEY', '#F$NTPsGn0hHgQ?E/%(tk#QoXn`i(!Qj4jz|u<-tzA,)P~kA+-y/');
define('NONCE_KEY', ']R|@P5-8 (@Gke');
define('AUTH_SALT', 'AzBP.|=|lU.6lg,)rjZd-Zdc0b`=-/[u:1Wu*9)(9fPz2c;VIXOGDr$]bl<u+O_m');
define('SECURE_AUTH_SALT', '2h}jX[,Y%4tD8yB1Y^,.fPX@b|@-UdK -]utjL~x3:UZ6z|Ty:*/H.I22Jbq{W$!');
define('LOGGED_IN_SALT', '%|OQ&=@QX&z@03!_C YFz');
define('NONCE_SALT', '@J?S,h,wGSC0gn|5tu|4amFtlW{;qXl,zR`sbj<FOL[)NZd$EnUU&k|?]*UA;Rd?');
/* WordPress Localized Language. */
define( 'WPLANG', '' );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'http://babcockacademy.org' );
define( 'WP_HOME', 'http://babcockacademy.org' );
define( 'WP_CONTENT_URL', 'http://babcockacademy.org/wp-content' );
define( 'UPLOADS', 'http://babcockacademy.org/wp-content/uploads' );
define( 'WP_PLUGIN_URL', 'http://babcockacademy.org/wp-content/plugins' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', true );
/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );
/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');