<?php
define( 'WP_CACHE', true ); ini_set('display_errors', 'Off'); 
ini_set('display_errors', 'Off'); 
/**
 * 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', 'pbkvin_wp163' );

/** Database username */
define( 'DB_USER', 'pbkvin_wp163' );

/** Database password */
define( 'DB_PASSWORD', 'mp.ds9]7@0oPS](m' );

/** 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',         '|K)N8qct80eu,2y7R6Hjr2{|dF}FD-FqVrYlI6b1ffy6(6sarP4Q$4&kPD]~0Tx7' );
define( 'SECURE_AUTH_KEY',  '93wD-.n-H)z|t=~&[Hd4Xd:<(_;C^|3Me>K~3Iq{zz(+6Vec[w0XSt&t2$nTdt}]' );
define( 'LOGGED_IN_KEY',    'L %#LsAzu4 =]LZEhmO8^.vH 1`BngY[|[h]a;)vU`5r(`Nu[xQAE6f~+*$Wh)f>' );
define( 'NONCE_KEY',        '[1+Ph?mXG&{KZn75x_Bm~/,76dS@PD?xmR_GnjhMyg,,]lhm%Y SX>h%g+Irf^O4' );
define( 'AUTH_SALT',        'jBqbTX$fNP#L`B+)0h|=Zj{LjP/mGxR/:2-yV+/gC6}aLctF?f@P6?aTM*`x[)k~' );
define( 'SECURE_AUTH_SALT', 'nP{Iu+yE:1.[MU0x:<C;sh@-JDLcc8]e6aM07!20Zj)(h_~HY.?JTvL),5nb^*+%' );
define( 'LOGGED_IN_SALT',   'LZZf/e2VUiiU9_Zr>24@Dn;)8L?qXe|m-,6_Bg1oZ|7q@`n}3FZj~ni+l`xy%*{Z' );
define( 'NONCE_SALT',       'fg1LZ&=n9f7]v}ZFO2=wGv1^-BO:|[wz[`601q2&0EZ$a=SOvQZvM^syEZ0#(g1>' );

/**#@-*/

/**
 * 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_teamjr_';

/**
 * 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 );

/* Add any custom values between this line and the "stop editing" line. */

/* 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';
