<?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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'testbetasharath_juow_qybnmgkjynd' );
/** Database username */
define( 'DB_USER', 'vtdenepkjdmkflgb' );
/** Database password */
define( 'DB_PASSWORD', 'mkaj0jEwPxpY2wd' );
/** Database hostname */
define( 'DB_HOST', 'testbetasharathm71403.ipagemysql.com' );
/** 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', '{&I`Iv+a3RPH]Av4Qm@l|4]L<rnV!W(vFds_+oG@9d*ABfQoGo*nfe.|o?5`jH@8' );
define( 'SECURE_AUTH_KEY', 'SE&vwksaoG9z@K+:!mZ|h)Un5<J)B~#TDz)L>R6E[vG{`vwBV%|ct{+5+rB)zY^]' );
define( 'LOGGED_IN_KEY', 'gVUQIo9hx:.;U9gA*_UW>-0@Nk4:I@u0|{`3D~p`w*]*lyh-`!13(RN86 1qM5%M' );
define( 'NONCE_KEY', '`ryP2`J FbE5rR=ow^e{.Zv4Jz(=jVHLnNB`9~aQ2=*A%@mnzS)FGUAYPuP($tfT' );
define( 'AUTH_SALT', 'RREx0pA<FKXVsfUmS pz?3&lha0Ypz7YilQqFH/upq@_:Ic(r@ikG2Cq]zC~`]Z$' );
define( 'SECURE_AUTH_SALT', 'i</*oAO~6DUXRF[QtB49.e~4Jh!,E+R< dNfTE-L2n!b`X~ZKjKLanLfNYz^ttd/' );
define( 'LOGGED_IN_SALT', 'U&P92^e`y OTdr:Pm|%mh!wb^vEMVE9PP[n9BOK{+LHEl1b/L>?v0;4)a=n8k2bR' );
define( 'NONCE_SALT', 't&s5a}0tV1Z*44)st/k)2X16M8H3<G8|*9?*m{kI6N^cF+a)^MGudc>(3Jl1OGX2' );
define( 'WP_CACHE_KEY_SALT', ':nn@ybCK~~:T(!{$>P`bf*G-![rh-Sv`yH|#w/INSG;WyZ]!H}_axhw&mop%?}I,' );
/**#@-*/
/**
* 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 = 'juow_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';
define('FS_METHOD', 'direct');