wp-config
updated
<?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', 'thebbusd_wp502' ); define( 'DB_USER', 'thebbusd_wp502' ); define( 'DB_PASSWORD', 'p812p3S]3@' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8mb4' ); define( 'DB_COLLATE', 'utf8_general_ci' ); /* MySQL database table prefix. */ $table_prefix = 'thebbusd_wp502'; define( 'CUSTOM_USER_TABLE', $table_prefix . 'thebbusd_wp502' ); /* Authentication Unique Keys and Salts. */ define('AUTH_KEY', '~x!!_2M-,ojkrNQcZFI}PyG&FF/~U;_nq*/-t:rvz*7.H1$%-@],/[Wz;#dw2/P!'); define('SECURE_AUTH_KEY', 'y`pC|Ps}~I~f2iNl2d=P=C19|(Bi}pl6ekQh8y@P3+P0.x@#YLDDaR-}_II%O]9TYd>j}nJb8[)}wl)O4_E1[7-mC>xW}'); define('NONCE_KEY', 'Q%.R;Rdz)C_zYXjyjS_$YP,'); define('NONCE_SALT', 'a+R99%s4b.)fKaxS[!%SyEX,5QS@k[Dt]EH}9e,`!hQ.[=rEm1~;VOSDNtX1S)Ig'); /* SSL */ define( 'FORCE_SSL_LOGIN', true ); define( 'FORCE_SSL_ADMIN', true ); /* Custom WordPress URL. */ define( 'WP_SITEURL', 'http://thebestbbqgrillsnmore.com' ); define( 'WP_HOME', 'https://thebestbbqgrillsnmore.com' ); define( 'WP_CONTENT_URL', 'https://thebestbbqgrillsnmore.com/wp-content' ); define( 'UPLOADS', 'https://thebestbbqgrillsnmore.com/wp-content/uploads' ); define( 'WP_PLUGIN_URL', 'https://thebestbbqgrillsnmore.com/wp-content/plugins' ); define( 'COOKIE_DOMAIN', 'thebestbbqgrillsnmore.com' ); /* Specify maximum number of Revisions. */ define( 'WP_POST_REVISIONS', 'no limit' ); /* Media Trash. */ define( 'MEDIA_TRASH', true ); /* Multisite. */ define( 'WP_ALLOW_MULTISITE', true ); /* WordPress debug mode for developers. */ define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'SCRIPT_DEBUG', true ); define( 'SAVEQUERIES', true ); /* PHP Memory */ define( 'WP_MEMORY_LIMIT', '64m' ); define( 'WP_MAX_MEMORY_LIMIT', '256m' ); /* WordPress Cache */ define( 'WP_CACHE', true ); /* Compression */ define( 'COMPRESS_CSS', true ); define( 'COMPRESS_SCRIPTS', true ); define( 'CONCATENATE_SCRIPTS', false ); define( 'ENFORCE_GZIP', true ); /* CRON */ define( 'DISABLE_WP_CRON', 'false' ); define( 'ALTERNATE_WP_CRON', 'false' ); define( 'WP_CRON_LOCK_TIMEOUT', 5000 ); /* Updates */ define( 'WP_AUTO_UPDATE_CORE', true ); 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');