0
X
Add Snippet To Project
New Project
Add To Existing Project
/**
* 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', 'wordpress' );
/** MySQL database username */
define( 'DB_USER', 'db_user' );
/** MySQL database password */
define( 'DB_PASSWORD', 'db_password' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** The Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/* Prefix For All Database Tables */
/**
* 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_';
/**#@+
* 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', '}wjGkA575~ho&&$7$avB!q`IZ<[--LJ3tIm=uw9P|&5deobdbJP3w$W||]fuTJ|-');
define('SECURE_AUTH_KEY', '2G{06pp9iIH_7+<K|D+gR}_RN.5D[daEWV/RcjOAcnXFxs_7[1S[kD~mh@Z=`~B{');
define('LOGGED_IN_KEY', '7/GA~w+ =D4D@g-m#+l)G+&}M&cw hb8(pslAHnKRho5v}DT> SLv|-N6P?zk, ');
define('NONCE_KEY', '<!%Ln@zH,n6c,^aU?/`@hW5bwz+Q<Ac]Z,1`SqKW|Y^)]r9:rs-q^+]R}q82mRjP');
define('AUTH_SALT', 't?)+&Eu;^}|omBKXZIM6gvSLG8w%nLd;L[t4X0ixaK>|UTLa-Q[yE)23,@qJ`6W/');
define('SECURE_AUTH_SALT', 'vQriJaiSv{|9@/<II>qv[0$-{k^vV!@Pqbv+7^D[6$&>~R)RBLBT{G UL8I}rC}?');
define('LOGGED_IN_SALT', '9cB|(G;5)k[xeW:u*r}qbn=]pd@Ihr7uO^=N-Vni-}m&%+yp8:Z4eN[+4|R67vf8');
define('NONCE_SALT', 'UAJhjWh{-VE|#6$UH*u-e&,;u47ON^SA~JEa[ycU+[leJRs@p=|=.TWZxq,RH~^o');
/* Multisite Settings */
define( 'WP_ALLOW_MULTISITE', TRUE );
/* 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');
