• File: wp-config.php
  • Full Path: /home/yaeytimy/public_html/impact-global-dimension-biz/wp-config.php
  • File size: 3.33 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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', 'yaeytimy_WPJLT');

/** Database username */
define('DB_USER', 'yaeytimy_WPJLT');

/** Database password */
define('DB_PASSWORD', 'IG}$1v90A6T6=/-.n');

/** Database hostname */
define('DB_HOST', 'localhost');

/** 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', '5df40fb4364c86ad6b98d75b11d3bbdbc4e745076c7a2826807a1097a506c36a');
define('SECURE_AUTH_KEY', 'cd32623a9077f83a0fef246c9b5e2fa7548bbb1f48b87e575a2352132a37f700');
define('LOGGED_IN_KEY', '850a022fd38c4d6f79d9998f799f3573599dbb776cea94fca8b426388c103e5e');
define('NONCE_KEY', '7b264c42ebb52a5c699b8ec1b32abf3f10309be3c9a866405ad667d0df8fe839');
define('AUTH_SALT', '4684fe2b6fd1e5576c79acd52b9779226d62d52bad4c897060be25283a175cca');
define('SECURE_AUTH_SALT', 'e85a39a4c3995bb37090003a1bed77abe14dc69eb155cd5ff44dd2e8b4a40742');
define('LOGGED_IN_SALT', '8364191f69d298dcd81a5b7a5ab0761f78ee5e9c2e9e64c3c4d8048eb1e22d2c');
define('NONCE_SALT', '8f995741c9f231bb37806faded13ee07bef6d185542bb598bd1676ff441066f5');

/**#@-*/

/**
 * 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 = 'dY7_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 20);
define('EMPTY_TRASH_DAYS', 7);
define('WP_AUTO_UPDATE_CORE', true);

/**
 * 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/documentation/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';