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', 'XL{hFwA6@lfyt#3WqVNQSa.-1Abo9m =T#t/`D=;pUj<-)RO{N3Nk(}*-_>^ZC9w');
define('SECURE_AUTH_KEY', 'BM7W`s0T5FzWZB}naa ch1CPH #TU]Z[r]rFEQtIBWj>iv??Cwd,z; X~6<1qPcs');
define('LOGGED_IN_KEY', 'U?aIxuV$Fx|2U4|lIf)IHut^M<YtH(pPN?=D&8y5Ls=wu$s_~C45b9:!]HGG!{DI');
define('NONCE_KEY', 'r7M+FjN1A(d4_fiGe-!4.< O+Wjbc!oCY%~e8uV^A<`0.DQ2SvGW-T*`Bvdq(=J');
define('AUTH_SALT', 'mf,o7y~PRW^Y|}d.&q?z %$~Zw0-f[o}Kn3|-[9O>+kTX WT1=u7+{lX4hz?ydi&');
define('SECURE_AUTH_SALT', '.8.M;>{O|=f$0Zb[0K]PL8>Y[-0pSE+ACc&Y%RG*;%q%PehEjhG.=S5>|R&yiB:*');
define('LOGGED_IN_SALT', 'oXPy|g~U/4+cR$o46/r+$se0~Cv7r$4&mGXLPA9Q2:SE{J$bmV.S{Oe.A.|NX|-4');
define('NONCE_SALT', '=jd+*9F;DT*v/l2>nG(R$2xDhC~Qk_&Fb+0Ha}aI[E/PkZ5TI6q@oQEe05[@9sk=');
/* 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');
