Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hiphop411 Config

wpconfig file for HipHop411

<?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 https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'hiphoyxd_wp574' );
define( 'DB_USER',     'hiphoyxd_wp574' );
define( 'DB_PASSWORD', 'Sa9eReaktion' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'wpcx_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'VmQ0+>10^hF|@@iW`?_zFT8#c;QqrD**Ha&Vx|gc3;VV$N][-J_GsAW((IJ/|--$');
define('SECURE_AUTH_KEY',  'xE3S03>luaZO$uX3og[[rp,JdP#q+R}Alcxu[6O_mD0');
define('LOGGED_IN_KEY',    'R$y}i9RUKwGr7$n$*9Hzu}K/.kchg]:{LxKcCKMjrW-&S/HGg{AUmSLw1R:aBm;s');
define('NONCE_KEY',        'lkMon`?nD/W,V`yEr+`>J]k8@ffOnIyh&S-~>v~oDoT=Ex J');
define('AUTH_SALT',        'q{?zV*x)C+*|?AW}_mnI#%|a;:H9}`r)#8EkRMJVHFgzmDA-Xd]J rX;(.U3cZui');
define('SECURE_AUTH_SALT', '3[O++:Z>o+ 8o-E,T[');
define('LOGGED_IN_SALT',   '8e/ VYeC67F:.3gR@|Eao-(-BIAu^H%@qMj0[/9,qT,[;?H/`h8hp(|FEaMT3O7^');
define('NONCE_SALT',       '`F-b=coveEkRYTB}h_v}A&jP;TFoj:ytB[2D+`fOVg`+6CLJrk)_v62--I} ii,,');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://hiphop411.tv' );
define( 'WP_CONTENT_URL', 'http://hiphop411.tv/wp-content' );
define( 'UPLOADS',        'http://hiphop411.tv/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://hiphop411.tv/wp-content/plugins' );


/* Media Trash. */
define( 'MEDIA_TRASH', true );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG',     true );
define( 'SAVEQUERIES',      true );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );


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