<?php define('DISABLE_WP_CRON', true); /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ /* * cPanel & WHM® Site Software * * Core updates should be disabled entirely by the cPanel & WHM® Site Software * plugin, as Site Software will provide the updates. The following line acts * as a safeguard, to avoid automatically updating if that plugin is disabled. * * Allowing updates outside of the Site Software interface in cPanel & WHM® * could lead to DATA LOSS. * * Re-enable automatic background updates at your own risk. */ define('WP_CACHE', true); define( 'WPCACHEHOME', '/home/cbem/public_html/wp-content/plugins/wp-super-cache/' ); define( 'WP_AUTO_UPDATE_CORE', false ); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'cbem_wp'); /** MySQL database username */ define('DB_USER', 'cbem_user'); /** MySQL database password */ define('DB_PASSWORD', 'Y2QAaXj9mf2t'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', '4RS41LnCYzPBUqxTtaKa4ViQoGOVw9JgOAupALusk3qjRwVNODB2A8LTujam5lBW'); define('SECURE_AUTH_KEY', 'URSeY7ULvPPtH9sflA1sx0FVBTU0qAHm7_80q5HFRyisbt6VBKCjWw3rJ9Xqrhsf'); define('LOGGED_IN_KEY', 'ja7a3s1klDKOtPgIhFhgJbsh230HWBtUqWeLjUJPrl4odvBJ2T_e1IqpdYLcJMBT'); define('NONCE_KEY', 'v4bb26QX17ASOwbwigEi6CiTNAT9rH0FQJIvFBXdZT3GeNmu0XTMNJPGjSJxOOyX'); define('AUTH_SALT', 'NYjCY5C2GBhAedsmNGdKmOl1klfB9whf1XDmURBgqRpbvsgc9ncDhKk79dc9dPxd'); define('SECURE_AUTH_SALT', 'k0JWARDsJO593Bw4jUSU4q4kSgNk4X3WaWjcMUPA_FT22TBSgGa3ruqJqzFzh42G'); define('LOGGED_IN_SALT', 'YMrcNO43Wroky6UtQgZ5hLzhkPHvR3i7F_btrnLRhAY8CUyKvLzNwmw5uRG1WdZ2'); define('NONCE_SALT', 'od6cIBmmy1h1H7lHuAryIMUdzZfgRD5GxThCMVxZBPDOOwIM9ohVMF7zVS4qnInn'); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** 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');
Name Last modified Size Description