| Current File : //var/tiffanylin/lef/wp-config.php |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'lef01');
/** MySQL database username */
define('DB_USER', 'lef');
/** MySQL database password */
define('DB_PASSWORD', 'LsU@678bc');
/** 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', 'S_V#P]kV~gv!Hs: Um1d-!t]}eYMy0&Sjr&LC4f[d>?,vCy,qF:cO9gciH%ngD^(');
define('SECURE_AUTH_KEY', 'AE>Y33TK{|R<ve3=%7S.RDM<(%wc-W`@KEGH}?X<+9;zN&VjO{:j$B}rt,v?8HE$');
define('LOGGED_IN_KEY', 'plAyogN$LHOvTVVTn-S|+Rs1^<:>$mlA_UUuw]=.5RQ$s$}N7tt;:Rjd+ ,=AdJg');
define('NONCE_KEY', 'e3Va{*b%<xQF& Mkn-XVt&%n/V,p,B+]RgSv^aNw@-uD+46[&QV^3p0~C|,.]8$.');
define('AUTH_SALT', '^t+>^]W]FnocoIGRy9%$M$?j2/$$xF<sdqO3*Uj]Zy:&vKR9gv)poqg|Py@v9q-D');
define('SECURE_AUTH_SALT', 'l*a3uQu5B|TZB74U$,jR#5y8J6QSRxd7{O@<v(y4W[QonIa=3N QB5VQ:C7%~|sQ');
define('LOGGED_IN_SALT', 'qeyld/^=fBQc|7lt>TW1i]%-ZMr+x%?Hk,dXeD[nk7Lw^v1h({rb=%n@n*;L#vuF');
define('NONCE_SALT', '/@TH7>_{<tC;{*9s.YE4|s*gZp)Y#^y>%8B{r{fS CFzLJ1X6lGnS3-+#A*:_8>#');
/**#@-*/
/**
* 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.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_display', false );