File: /home/u665686179/domains/hometuitionacademy.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:
*
* * 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', 'u665686179_40ykb' );
/** Database username */
define( 'DB_USER', 'u665686179_USRyU' );
/** Database password */
define( 'DB_PASSWORD', 'R2XFo4Pdsr' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'f1-L2qM(E/!=g!G.b*#!b~yxVq};?=P4X;(; 0ck$b@WC@;3WT8LDFSm)MvxKKRO' );
define( 'SECURE_AUTH_KEY', '0XLoXh$FSsgSQTgI~*J@mc9M`kLr]k3omp:[<cHjoov*JG}[_]Y?CQ.e1y^Cyz4n' );
define( 'LOGGED_IN_KEY', '~&XF:*)3(&yRQ6QY&;3YxbdloW*_j##u9T[>@m@B$Fj]I2.L[mQV }gN:.5+Z$ZD' );
define( 'NONCE_KEY', '76%n},=xi1cW1r|nh$0GuD*ArR:mg{Y~dC^2%54u=f?ao61T98cpZ>&5r;/[WAU4' );
define( 'AUTH_SALT', 'X6Hyhu{B5#L1l%USb$)O4:XxMjCgu|~ZRl3U1dPQrpJFiP0GYp!b&N),do^W|,)|' );
define( 'SECURE_AUTH_SALT', 'rJtyfyR+ZN-dk{jt*F(4d`%swNy?%Z;Wgf)aEb3yet*0(VKD-wF+f*E=j#DnE4<O' );
define( 'LOGGED_IN_SALT', '},JmX{E+GMb>Yhxau32hCQr/L%5.X&^{3ZLQ($bF*H/vT>EswGLdFk;IuK.-g!Rn' );
define( 'NONCE_SALT', 'Wg,(5,7$9-Lt`zp;)$wKzPeAwOBXwXK{:J Au=<9-fNWCq^|+|C4lGgYVX&3f~z|' );
define( 'WP_CACHE_KEY_SALT', 'P[<_/f|705}s!zT+10Ra2n@)a<)^wWfIq~s~F25b!fZ^[1_[aoD.s5lBm$Z,g .z' );
/**#@-*/
/**
* 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_';
/* 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 );
}
define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'e1f7f1b829782fa249a6bca3b3e95e21' );
define( 'WP_AUTO_UPDATE_CORE', true );
/* 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';