/** * 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://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'ccog_sb_wrdpr' ); /** MySQL database username */ define( 'DB_USER', 'ccog_sb' ); /** MySQL database password */ define( 'DB_PASSWORD', '_?]MXqksYsqD' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'ZSr[MD[g_Zpa>G?ivsG ~{Td/cee)rKSXt(6RJ351(cwab(,lDE=PuaxO8(}IpAv' ); define( 'SECURE_AUTH_KEY', 'Xr$lRoEuy1ssJxu$/dh7/xJ;8WxdHBj*$)d`7X)UN4ty9wNU&8?Z8B:#`y9:mq+&' ); define( 'LOGGED_IN_KEY', '*L1CkIFJ9dKDuY[ut3`K`;5gpoeBJ;jKQ$S:KtfF%KU(:om3wjzO3c[c .=jusaD' ); define( 'NONCE_KEY', '<2_8V/)@IE9W4y7Bi;2Zo8X(hx5(LIz8hAn&5f)WeyL6 A/dy4gC!yuw:W6@Nr,y' ); define( 'AUTH_SALT', 'B0:wFv5rTLSx-h|J6g^lehqN.UfCp6?.%Wbp.@j*@63e}4Wu!1 Ir W@Bm$0aM2J4eE*!' ); define( 'LOGGED_IN_SALT', '[RbBnE|qGvf]&C.d1n[6cA{$^U*Ju,mq+WC#!r~9jfu<#%3.=KXs$(Ax$e+M]4%I' ); define( 'NONCE_SALT', '`Pe(ZLols}^a35W]IXnbCDp ]wkB2.|r6Ch!=O3r&$Vi-!M.R~D;4Uu70wAphRk%' ); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* 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';