File: /wordpress/core/wp-config.php
<?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
*/
/**
* Database connection information is automatically provided.
* There is no need to set or change the following database configuration
* values:
* DB_HOST
* DB_NAME
* DB_USER
* DB_PASSWORD
* DB_CHARSET
* 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', ':P!Ik63BCtjpxdph}YdfTaV|n+kN401,F%E=ar^-;LULkD,*e^;P^YX_xBWu}liW');
define('SECURE_AUTH_KEY', '@.UcxJ!U~.o1+Y)D]LU.1ywkb4JBstlc2rD4TjHPXgzu2?fyRjP*xVWb{rWkYC|i');
define('LOGGED_IN_KEY', 'LX-U>5sGfUsDREHkBXt(?56GDTP$=V?_|AMSu5QMD?G}XsRQBFJSSSl*:!MR4Uww');
define('NONCE_KEY', '@Pc|S8Qi7)2F^yH=9*oL1)M2{uMY})(kO%z%gy<cV{R4iyl==~=RD~I?#<M^i;uM');
define('AUTH_SALT', 'DMv8.{1IcDl_=(D~n6bexvDyMbrP::7XOHLOG.<R5FTr4J7:^YBCf4MZ>w;*_Dn1');
define('SECURE_AUTH_SALT', '9y4nXyBVP8*c@@>ri#t8T9Gz?HeljzYOt3y^x%cF?{AMhy{}S![OncQFtQAGH;OU');
define('LOGGED_IN_SALT', 'ZmxxL~PH)p0,apy7Tm}P]bM;Pio+JG6n$d.3Qb8sfYQz)}xEW+.T5O[xrC<z*uGC');
define('NONCE_SALT', 'V~[;9fG<9weJOb6|@Wd:UnUgDd#*Rb3cq~|3@,LBo0%2@m1_p$X<0jYd|1UKvBwL');
/**
* 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
*/
if ( ! defined( 'WP_DEBUG') ) {
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');