<?php
/**
* 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
@ini_set( 'max_input_vars' , '30000' );
set_time_limit(300);
@ini_set( 'upload_max_size' , '804M' );
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'db_bdurc' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'DmiZfvkznsll4NMF' );
/** Database 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', 'aPn)-kB#y.s]Y5(c[cYhddMu8@tp`>}-*g6U`9tRv7W4.e:Uamzd+LS>7W-UFDGO' );
define( 'SECURE_AUTH_KEY', 'oYms<^YU{,U` ^3Fa*ax&J=FBe%PEy)jkqdwhj-6KtrMy;/^k AQZ6ssBOjJ6EJl' );
define( 'LOGGED_IN_KEY', '@!?Z>#}i1l~e $d]41TKQ6a<O*$V6Ra>=x`YSFGpiALU$*/>gYpMD4^p[E#zo$QX' );
define( 'NONCE_KEY', 'gZ/ 3!*q|`XGDLiCq^`V|U^9_Y/?#;(:@!=,2<WQTLY9QRp^uG=XVV#_Q6n1aYs%' );
define( 'AUTH_SALT', 'VvX*(W=j`9my;pvfv5;@W5[n-md`sbze/*(|X`<T5S+ H~*L&I/u1+d&Kr|XndWu' );
define( 'SECURE_AUTH_SALT', '=?~oeIUzO7^Wcb.&}!hbB7rRYaoGjZ|@V{h?gh<LYvPKUe|!/3WLT}/1pvplP1XK' );
define( 'LOGGED_IN_SALT', 'C!Ufx7Z=WV!Uz@pCX`MqVH(gb6!R+.Hk+^.Oe[I ,`$0j8i5=Btgt |=rGt:p[dB' );
define( 'NONCE_SALT', '_tpR8{L5URqNZ05ZXEF,AYdbB:nWtO,@=DEhD}[E>8k3m@PCJt[b6z9Tl2zZ]p~g' );
/**#@-*/
/**
* 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 = 'tbl_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
/* Add any custom values between this line and the "stop editing" line. */
@ini_set( 'max_input_vars' , '300000' );
/* 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';