Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-config

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'candm' );
define( 'DB_USER',     'candm' );
define( 'DB_PASSWORD', 'password3' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );


/* MySQL database table prefix. */
$table_prefix = 'wp_candm';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'wp_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'wp_usermeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'ZZ:%Pi)|WLbKgQkPj&LpsJ|SD%[%w5LJL|0,}~X-kVX)o)7/d1 rLP/>+-,]*i+(');
define('SECURE_AUTH_KEY',  'DY-.r!+O[I+VdopHg@BB8Ew7[))uR[87Y!7is/Lsw=QC');
define('NONCE_KEY',        'L= Kr8*(EvLV%G<NaA.!h*qJ8AsZ8qU62OkblD8wz7V%');
define('NONCE_SALT',       'f{;1`sXoHUY>TJ~?/-VH]_yV{]uc&_F-#%,Ha1N/B?2w0j+<[ex83?AkhDbr;cC#');


/* WordPress Localized Language. */
define( 'WPLANG', 'en_GB' );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://cheeserightandmorte.co.uk' );
define( 'WP_HOME',        'http://cheeserightandmorte.co.uk' );
define( 'WP_CONTENT_URL', 'http://cheeserightandmorte.co.uk/wp-content' );


/* 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');