File: /var/www/html/keytest/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:
*
* * 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', 'keytest' );
/** MySQL database username */
define( 'DB_USER', 'eftech' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Onenines!x9' );
/** MySQL 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', 'y9w$w|N4^m)ktb%~(Hu^/+-Lq=TreZ#mmS6_/^ Ed~^,,CS#^)Aq{MbNUw^PNu]F' );
define( 'SECURE_AUTH_KEY', 'XZCbG|qbreP[nRgeuN?mGE:/ZG(TDW5lV:9n.Y!0Aylh;hr$0^jFzS2_ibVvT]pe' );
define( 'LOGGED_IN_KEY', 'Y[@{H&4W+N%2d9fV|K7<JQ-77{f@Fn:,sG?A?q~Yp:|pW$V{4E3LD[XxY<B`u&*Q' );
define( 'NONCE_KEY', '1C:}}BG4dX`eTkONTTa=3$>SzH{k!gi`.#3F-C/61%_Jcfg!uk^cpB%)1NJxUiF1' );
define( 'AUTH_SALT', 'K<*e9J4~3q~|3+H~KB>KQQ7C.?g67|<*BofxUbL!v;T=w=bvzo~+)r^%Np~~5JIM' );
define( 'SECURE_AUTH_SALT', '9!>ZCu1;]3a,*<PR`Y_hpDZli^]_!r2p<4Wr2D(6i;oCJ+}gdsSDl/y>(9d5!1?f' );
define( 'LOGGED_IN_SALT', '1r+,}sYXjUOmW;#0-]Oq;D<;AXg4V~OBE z&cX8`-VL`^9 2j4z4n|L`6GX%2DX/' );
define( 'NONCE_SALT', 'Dsf=5W<`= qh]UHB*a%2EG~)RfUj|W7cHbePc]({jmga.YppL~:]>#9Jge-zfb>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 = '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. */
/* 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';