/** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** Enable W3 Total Cache */ /** Enable W3 Total Cache */ /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'brainwise7_wp_pl7fv' ); /** Database username */ define( 'DB_USER', 'brainwise7_wp_v0xdu' ); /** Database password */ define( 'DB_PASSWORD', '11uK!SDr4m2&5c9K' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'd)U9]!/6:C4qT6B24bgU7sVSAVb3869F7)]L;Ar0m-997B!tpdItX51Ds9_#ZH%6'); define('SECURE_AUTH_KEY', 'h!6]301)#&3T70@897y9kl+T39d07~0Aw)AC7G1s82dw)0oHapwH05|;TK0)RfKS'); define('LOGGED_IN_KEY', '5_9p1i6JVK)4~9I]G9#Z]46909~0[%u28/F%x*tC%xHi+E5*xjhDKBnti0L1z0NI'); define('NONCE_KEY', '3j/jF@s]4+q:eK@Ym9GC|8O9rIL*5Thm*TtU:0P90u2p]T(863HFQ1Izja&zl6)Q'); define('AUTH_SALT', 'c)R:+MOMZ892Hy%]wUP@hmg)SfBhYA#@):93h4/;zam2(7wEB*!m](*yF9/*Q*d0'); define('SECURE_AUTH_SALT', '43/xIvkh%UQ1fG10T48x~@5:UIc%5g7y12[@u6fhw15@Q4mQFP*9|)b31]72;x41'); define('LOGGED_IN_SALT', '32c6MF#SC/AZ50PjVyy1T6:)0#p8&+Htv&@sPL2T3g)!R;jt6x[9MYybiV@F&1]@'); define('NONCE_SALT', '49Ft8|9YAx)H@C1YR-6B2bFp;[Z~e0Yd9g7|R68236&w3iC@|4gOwYxWS&n7xyQu'); /**#@-*/ /** * 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 = '73Pbg_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define('WP_HOME', 'https://thebrainwisecoach.com'); define('WP_SITEURL', 'https://thebrainwisecoach.com'); define( 'WP_DEBUG_DISPLAY', false ); define( 'DISALLOW_FILE_EDIT', true ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';