<?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/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', 'yaeytimy_WP51L');
/** Database username */
define('DB_USER', 'yaeytimy_WP51L');
/** Database password */
define('DB_PASSWORD', 'nq^a(mlz)uoZnhm1x');
/** 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', '8bbb56e31b2788dd3786ca371c1be8e2cce52fae7e1f46c10bdee1ebd7db039d');
define('SECURE_AUTH_KEY', 'd6e4c0e2130fac49bb56a42e8cbdc8b91fc74d5b61ff285c7b4ab378f4a8a13e');
define('LOGGED_IN_KEY', '7e082246e67016698271c2de845d6b77405b01b414e6b68535bd6502bbfe86a8');
define('NONCE_KEY', '6a42e6698817ed502a39d1465d0fca0c50b5d2178911a28a3d167520843e5dd9');
define('AUTH_SALT', 'afda89ea2a468c637b5208e38a5faadf022b31c48ca4a90da991344174ebfa6a');
define('SECURE_AUTH_SALT', '70584928534a646fffff9d39b1e5e6e6f46dde6069416348aaadd3ea9aa2b579');
define('LOGGED_IN_SALT', '77058b1299f871bd6e1bd69304fc2d340b399e90cbd7331e0f7517536c1660c9');
define('NONCE_SALT', '6d5f58d84fcafd748537008445a5274b061219d7171fe4510a182c8957fc5802');
/**#@-*/
/**
* 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 = 'Avp_';
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/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';