php
<?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 https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'sysadmin01' );
define( 'DB_USER', 'cjwindheim' );
define( 'DB_PASSWORD', 'BionicBeaver2020!' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'mrnV8%`J-JS;qZEMOcn$|&jh9|B=tB-c(B=Z&=fj0{!.(EDZzY0Rs&Qbi)$$-.;7');
define('SECURE_AUTH_KEY', 'qVprhxY;u`1f/)txR+R>vxar+T|COqzb1o!eb*z8[dPWBvr(6v2L@H-SZ}6C+Z-6');
define('LOGGED_IN_KEY', 'N9SoIaA6v6BFPOfnP(_~?JCOr+i){C$p2w%phFV37;;,H~a&O?D&8B,U^GKFiYY]');
define('NONCE_KEY', ' |I$lLp&0sd:c|f..(r!l.!s)=wG:@0)V*aZ!k35!j8pkmFt;A4D`@q+s2}Uqd?u');
define('AUTH_SALT', 'Y>h{s`');
define('LOGGED_IN_SALT', '@!4ik]o ]+s}:8giw#m?Lhmgq1H6M+C4fCMg15sQT*Z_`5{NcTpf{kJX[{9pCNs#');
define('NONCE_SALT', '8m+3Q5wR!40-n|pj>|:3|2u3ULeGIUoM8RX3LM.wVM-!HGq#+O|S{[-,GU|Oul-a');
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'https://www.cwindheim.com' );
define( 'WP_CONTENT_URL', 'https://www.cwindheim.com/wp-content' );
define( 'UPLOADS', 'https://www.cwindheim.com/uploads' );
define( 'WP_PLUGIN_URL', 'https://www.cwindheim.com/plugins' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', true );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '128M' );
/* FTP */
define( 'FTP_USER', 'cjwindheim' );
define( 'FTP_PASS', 'BionicBdeaver2020@!' );
define( 'FTP_HOST', 'ftp:cwindheim.com' );
define( 'FTP_SSL', 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');