D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
public_html
/
menthol.bf1.my
/
Filename :
wp-config.php
back
Copy
<?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', 'mybf1_menthol' ); /** MySQL database username */ define( 'DB_USER', 'mybf1_menthol' ); /** MySQL database password */ define( 'DB_PASSWORD', '6p5yS6kw)!' ); /** 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', 'mboix10sz08z4cwvbtqkqrmr1uwc9dou55epfhz8j5xggeacdrupugxwg2tsyxm5' ); define( 'SECURE_AUTH_KEY', 'lkpyuuzevmdhnttqjj3ti2gzxlcclhlmj7rashxc6vulc4abfx8pjiwzhd6xmvxd' ); define( 'LOGGED_IN_KEY', 'pbiamitzdpghzaznybfjxvejmfdmxdyjf8y3k6elxjzkpwhkiafr5tjigvnlvsr6' ); define( 'NONCE_KEY', 'oil1gk4ojnlmwynvbwmoidd6ddwpjh6oadbu2y6mphfg4xuylm7d7ocrrr1twnwn' ); define( 'AUTH_SALT', 'lnx00clxyll796gglpsanyijt8usehle3yd9l2j2vwhtjahbp16vaakkvxgpee4i' ); define( 'SECURE_AUTH_SALT', 'psm75jo7r2ndi0ijvs69p9jfq3ut1pe97f6hmjpyxvq44dm3fc5z0zw3td1ssqw2' ); define( 'LOGGED_IN_SALT', '0n8zptnakeoqsyl2whlkt66jzdkwu1m8v8un1atb6njfywf6h3uhakonv6xv3zdu' ); define( 'NONCE_SALT', 'wyfu8hj314qex0pb6cqdyvxeqkhypu1g8xjahv9xwitcbp3rpj1xciyllcgrtcfd' ); /**#@-*/ /** * 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 = 'menthol'; /** * 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 ); /* 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';