File: /home/u503286720/domains/smartskillstech.com/public_html/wp-config.php
<?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', "u503286720_smartskill" );
/** Database username */
define( 'DB_USER', "u503286720_smarts" );
/** Database password */
define( 'DB_PASSWORD', "Smart@2024#" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** 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', ']P.QiRx:2M%(E<-&IKjO*B;5&WMW+|dsfxc?>(L<*#+fJN)]XZP89e} TDt77b7)' );
define( 'SECURE_AUTH_KEY', 'wE&.oy%;y=uz~%E?#{jmaS_Lx&LxhK=(Fqo){}-R1/ m4A(q%H< Gb.gEJEP W&>' );
define( 'LOGGED_IN_KEY', 'z%=2u!}+H#H^>z~Q4;v&+C_TT%o_@pN4>2lJL>=1YGSU~^>yw| !|M$^k^aL^d9Y' );
define( 'NONCE_KEY', 'v~u56rPUZu7D0s]dY>(U?jE`.(z_V#QG{jcRRxnGvg>Z*@=o=~)c5iP}*xH5~.!J' );
define( 'AUTH_SALT', 'tj6yA4]{d4~HXxqVD:1JYQmS}M?nHv&)}*-51x)0dp]Ji _9Lp0GvQ.<xbH4gCoc' );
define( 'SECURE_AUTH_SALT', 'v|+UE1u~RUNR6mk6.TS]<oOxh9:=iK-xsA{_Udjt/hcheK;lJ V=Zvhb.4bcIqzt' );
define( 'LOGGED_IN_SALT', 'B(>mDRi:?$>mhNN}=`u+^N;3BCN$.x8sV5]Z J;]u8B2dth^x[CpO*hr>Q_T=DCm' );
define( 'NONCE_SALT', 'Wf30[|^(f}t`+uh<Fep&0dw~-:mN6vq]#2(ELd5]>{8HG8)D,5%W`k7?beMG%e_?' );
define( 'WP_CACHE_KEY_SALT', '=4enZVe+mkS]Jpu|!sEyKLQZfV BP.<!?[]klY2yJ|pKU6qD<,*i#9G;8e,7Sf^9' );
/**#@-*/
/**
* 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_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';