<?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', 'martabre_wp755' );
/** MySQL database username */
define( 'DB_USER', 'martabre_wp755' );
/** MySQL database password */
define( 'DB_PASSWORD', '8-lz48C(Sp' );
/** 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', 'x9k2c567dkkvixil4sbg9gwc8cqhsxqtwfve4yroiqblieijy124llimuxasxajg' );
define( 'SECURE_AUTH_KEY', 'rlkvcqib6ajwwdmv9ivb8lgqjivf7x2wht1ahwompdpaxicxuhnucbw0u4g8cuoq' );
define( 'LOGGED_IN_KEY', '5sziqoabcyvf03hdfkjmswl1rpx4f51i9emfkcg9ztqxurrp7eqidqfjp7wvbmds' );
define( 'NONCE_KEY', 'tfokcljtkw3ekauqk4xvxchyf8dxizuikt9jhrq1fnk61wowxdnpagjrh5u7nobs' );
define( 'AUTH_SALT', 'wsdjytaaeuhzh7mtwoxgdddejsp9y7jbor1un7mpeaiutr5ydlwfz2vcv5qawcwf' );
define( 'SECURE_AUTH_SALT', 'e8bwcglh7ttgjfc4k1q7sqsb9vwscl5u0mbo975zaduxw2kptfdt5snzrsautufm' );
define( 'LOGGED_IN_SALT', 'x3cgwol4cgc2vp9i26zepgsvbrm0xv101mglrlxlturxcfcr0qkptm5urhtx1bpy' );
define( 'NONCE_SALT', 'm9j4wrtgcu4erjyb4atevphadmfwyym9usqyad0h539bpjinmdf5noot44grcvxx' );
/**#@-*/
/**
* 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 = 'wpky_';
/**
* 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', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
/* 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';
Name Last modified Size Description