File: /home/vishnuweavesb2b.com/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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://codex.wordpress.org/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', 'AAsBkL4xUsk4JL' );
/** MySQL database username */
define( 'DB_USER', 'AAsBkL4xUsk4JL' );
/** MySQL database password */
define( 'DB_PASSWORD', '2JgLM24O8CdesI' );
/** MySQL 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', '4KFPYrD<yIdwuclP{:WC!&!:~}[`OSJLB0L8kM9C$wvD;(*4t3oP=w+:4RYCp/W2' );
define( 'SECURE_AUTH_KEY', 'Czn.U|yh`a?zA8O3v={x ilq5FAq+=^,d!Y&{N#V1.}ZCFS;U;LmRCB^vb&S54d:' );
define( 'LOGGED_IN_KEY', 'Yn.o_KZpk_qM%ip{)20O7*{)ga]o/.E||w;e8_bIX0c8G8od=(eyzQZ0DoN/dS$b' );
define( 'NONCE_KEY', 'C<JooLkBd={NeaGW*gyEAL;uo-)=yzAuFYG~qwr4n;OSZ%<`+[6>z>W7&OmjB#*L' );
define( 'AUTH_SALT', ':3Et3EILAGPa7^mRecl:xddV8YQr)wf>Vre4iVf*ZyRkegHj:__v>=9nxQ5@>.RW' );
define( 'SECURE_AUTH_SALT', 't1Jb/s-`k0?d0-?$P-6p40vKF :vDxsa>llaE<p-2^Tqa=k9k#RhXZ%FW<o?UAd>' );
define( 'LOGGED_IN_SALT', 'FIu^A;Xxv>Cu_us~?A_C;JA:PN3*6_]3@u>S<kaX7|_q!dv5!=72r_R-`oh3|.{P' );
define( 'NONCE_SALT', 'Du8*}uxX~7Pm8b^P3?sl,4PSB8i~gq4jxfHS=O+0m/0.=2XvD&~Z*=l|$2CGB(/y' );
define( 'WP_CACHE_KEY_SALT', ':^a)E9SHujo(C!TM_hQcQYi4Hzg[#tDg;N6pcb`AIO`wJM65P/y?xw3$&02nr|C0' );
/**
* 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_';
/* 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';