<?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:
 *
 * * 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', 'videnndotaedb' );

/** MySQL database username */
define( 'DB_USER', 'videnndotaedbuser' );

/** MySQL database password */
define( 'DB_PASSWORD', 'nOgqoDhyTOjo4j9hGi' );

/** 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',          'dqy{}<<2@8hG/0qKTi;c]AH*Mc7M6BO;/lzW8`2[al)8.4&-rTH+fTt{f^nBpe+}' );
define( 'SECURE_AUTH_KEY',   '=(@I568jD*XZ)TZQ*m7@2v6w/M!G!8q:dsz=.M=|o:IC:>S[,CK>m| 5|*=D5s^M' );
define( 'LOGGED_IN_KEY',     '^2qECX%n&w:$AURQ x1{Sd[#j!VO9UcHm{N0JV=:<9Q>#M=~m6n:n%aE@B7{]Nav' );
define( 'NONCE_KEY',         '%g_kB^5cgS9]BE@)eTGubL_1|!~hs0H5WMlmBJSE2>g$%!vb:Xu-BK{UW<m5fss ' );
define( 'AUTH_SALT',         '8{EVY{OlQnBvAHh9@{5$yTZ}gfCI3jI~>%&S??%n#G)[cT@3gJCl`R)OIv9S=W~P' );
define( 'SECURE_AUTH_SALT',  'FSrB9YNEgDg~^x^{JLL]I1bHsW>C(yhQxM)R}m`H/vUV^?[R+EbO#td2aA}$:1,-' );
define( 'LOGGED_IN_SALT',    ',!:SG~gUt|*0;+c_2U.Lbery0fTe)Y}$bjO`x5QO~mDAw`,bimIu=x=SocV_mq=|' );
define( 'NONCE_SALT',        'l&btxQ!*F0+(!,8mgFBk/o>6GNEG|`S2l%s fP/SrnRw^:`oudvlYpl2j`<!|]EU' );
define( 'WP_CACHE_KEY_SALT', 'He ,NN ^5YA+r>Df:0jhDPsNY$5$]hzQ$kMtS4Un:d(A+L3O`tMPeCdUW!erRm>4' );

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




define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'WKV1pwjcqjInoRZMZLtuBjzE2' );
/* That's all, stop editing! Happy publishing. */

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