<?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://codex.wordpress.org/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', "yme3" );
/** MySQL database username */
define( 'DB_USER', "wordpress" );
/** MySQL database password */
define( 'DB_PASSWORD', "Limehills2019!" );
/** 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', '_ct=PrfRg{!WMNu|5OpZpIrUblWYH~2Mc<(vykA~oyH1%e!t6ghj0q!^K6G82d:U' );
define( 'SECURE_AUTH_KEY', '5TD461H@#sooAnT5Nfe>?r`EbA_Zb.{mNMF[e~(S%U4#Aqk2u U|U<#G)V,W$2{h' );
define( 'LOGGED_IN_KEY', '+.sD=z2 ,,B$F;azB^qA[ky(yCBv61Dj$|E*Ul+#Rd{1:3A!lo<L@$4;h X0ZTDw' );
define( 'NONCE_KEY', '{~YIS=-9=B#E*iWC7Cu:*>_7UkT5R7m[{3RyLI.7i&Bd0<[s@;eXu[_|9HVU+Eu4' );
define( 'AUTH_SALT', 'D*:Rv)Ht-jt4-{(kQg,=C]w#$EpniP bswC^{^]X7bc# qtp4jd8l8)BU.NQ.8Wu' );
define( 'SECURE_AUTH_SALT', '}PG5F?_`R}#rWgGDhu>hp5;co(;1&)xLluujV%=j>3^cffibk%6Hv!6kot0w`r:t' );
define( 'LOGGED_IN_SALT', 'G]h|Lm{kniT3oFBYXg^)a2iqSXKw6*GPcD9ztIB$O1#Cz]gr~20k}rh*VsUVuvt}' );
define( 'NONCE_SALT', 'Fmmbr>Hc$nXl|ED}~;mj]-zkQqImm@j@|C;Us+W{i*/ 5bW-;Dwv7-pbZ7_[zwo6' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/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', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );
|