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', ']XtV~dp95)i(r|UAP*eJ0jfW-q>P9DUF3#0v$MFFEQzSJMn+7@Ioso^D4Y=+|Z4;');
define('SECURE_AUTH_KEY', 'J5M(J=~YyJMmHy3t}-A*HYc+} 8%>HSTa;Bf(K8*^!]h~|*0vfzY8yAdoyRA;P~}');
define('LOGGED_IN_KEY', 'KO;c+3x!1g+~TJO+`>,&#-k{gKe`>sl>f+^fZ.,iQrN6~g{dY)RGe`y[?kQuw(^Q');
define('NONCE_KEY', 'c^xy(asLIds-mQzbLodT#scNaA <RO<|RL{[1B]|Mwa4*km1LTi SJb!xUv_$TwZ');
define('AUTH_SALT', '[rP-{^5[`6IegSb+Iv/|=CJk,d*N7xA4q>>neL5O);z_<K`t__I}@U|_DoY4~9I3');
define('SECURE_AUTH_SALT', 'U)|sR$Il%(^V)Yzm&-F1Jlw~V z}&Qo%EH:nJ;p9Dv!NIS> Us_B4-VDhV8jq0L$');
define('LOGGED_IN_SALT', '7Q/3;}v!_x4lG)#xPdDGzFCoK19lm{mhX+lo4-S-qp[50HpbCVMv ,Cpe|-edIo*');
define('NONCE_SALT', '(bV=^.lD|P9CG|>~Z[O1z$/*d8f^T8eTyW$R+dg0ox@3[Y~b#ieS8>c4#{yTWQri');
/* 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');
