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_username' );
/** 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 = 'acme_company_';
/**#@+
* 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', 'Fp0F~+w=L_eOP}cz%U%Wu%$TdDK_i&D7yxCjoHM>p,FoB`uZi(OG6rqG|a=4|CJ+');
define('SECURE_AUTH_KEY', ']A87(|OUe]*B,n=XrK=aOSz,)rH?x_*i}+2Uv|ORfS?q*f(uG8bIbE%l,iL!ZrrJ');
define('LOGGED_IN_KEY', 'gw%A~J U<dBWw!Z#4+413DL~zz&N28g(N]+mAXj+1#P (PYlUv&.*/G|O//KpY}p');
define('NONCE_KEY', '+{!J){_$*Y LOK]6)bu7u1.4k.Z.dvH-)-V^s|QL]en|WXJ!;tP^W|W#3U7DP}rR');
define('AUTH_SALT', 'kES^E QX|VM!&ej!rz^|h}<t_8S]So-MR0Iq(yC/HuAY6b)/z+lsW(e{H>S?XFJZ');
define('SECURE_AUTH_SALT', '[JT?+kk)f-kQ`MPI@5LcpIdC8c+9}QoIBx[{g(nETO]oAZ$;;UfEio>y&!+w(nB:');
define('LOGGED_IN_SALT', '<pJph%S^;z#><ylf^,>14-|iJ2-;=g-M7Grf2*:.]orpQ:~O3}IR-TBwtU]l@QSQ');
define('NONCE_SALT', '6 BtCS.68$ Va$ N]~Z_O XcP<n=~]91M-We0:W`eb-M*.j8n62#PtTgy!58:Z]y');
/* 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');
