<?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', 'yoganand_root' );

/** MySQL database username */
define( 'DB_USER', 'yoganand_mysqli' );

/** MySQL database password */
define( 'DB_PASSWORD', 'xpwrJIHTi!Bc' );

/** MySQL hostname */
define( 'DB_HOST', '50.116.94.171' );

/** 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',         '_i%#,c=hNRKiDkl#9b1SdH#zM_*&Q[ad-._%R))8ZMDRc<zi8,}xBFm?=u<N}[TT' );
define( 'SECURE_AUTH_KEY',  'K7644E&|Fakp5i2eU0`~VsqyEu${8!AVUn!6>>]9# @Xi5vGRW(Tj@C*5*t6+sE%' );
define( 'LOGGED_IN_KEY',    'n./a:,3)Y{lRG=r[.k-vH<oc|RrW.Y(%=tI4G!7v~$`=,WMX Pu {ss)JPx:A8h8' );
define( 'NONCE_KEY',        '>,E_IMQB(Ftk^nwpVm4%3=VZs#FtMO-iZl^bsNus<(}[h X|D!vZL2{ _Fc{2/))' );
define( 'AUTH_SALT',        'd%cUmPQtV-M|Om<wQ<%UJNbUQZCk1J$BDb-.98q~G84{v@-:*/&|h~sT9t<-8Nd[' );
define( 'SECURE_AUTH_SALT', 'Ywk_pm}5{5/U_F{--{9hPAQ`t4=wT=cnD%<ne7L83C9 Wd|f4v>L[PZ-5}!kf5<;' );
define( 'LOGGED_IN_SALT',   's]*6SXZPOeHD{I>hwuy^G0#eMyl;W0[]n!gB&/d7Ww+HcEejJSh~&z|e/!zZl1A|' );
define( 'NONCE_SALT',       'iie${ E(WK-zn+vNQL%FXaf@@%]ri=w2e:FpKD^8BmzY!Xv{05qBh*I1bg,iPP^x' );

/**#@-*/

/**
 * 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_JeCZo';

/**
 * 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';
