Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Shango Cannabis – Synergistic

<?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',     'wp_p8wdb' );
define( 'DB_USER',     'wp_qzple' );
define( 'DB_PASSWORD', 'd2yEniZwL_B3zw5&' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  'utf8_unicode_ci' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'HV8>x~l%v)N0C2ZDJfD205jFT-u6u]Ow!9-6?Xj1M_fshLPFwJ49,.;wvTs< ^lJ');
define('SECURE_AUTH_KEY',  'd/OpMUXV^g-PYQe90ZY^vaQ+>hiPmFp>i');
define('NONCE_KEY',        '(So{Lt>BTtV>fejbfCAa8!xd#_^V');
define('AUTH_SALT',        '9.B*M}-RrMFZ*n{J+1|AvoSA$`x$V5O7Q$0T2^4Zxk*r}z(KRKLHTL6T|kY]NQ[i');
define('SECURE_AUTH_SALT', 'k^naKV]Z+9.%h5K}sGOYtNDzx^00&9X^Df;~DlFK>I269Ba7ENV6g$(I1KcCrxy.');
define('LOGGED_IN_SALT',   'gW0yP5/8C)nxupAH8Hxa-IYCu:!XUz9NiY&2z)O=7yoO@<y*+Iz^g,_NTT.qFTVa');
define('NONCE_SALT',       ']NKgPMb(AZ1Pz`X(d3{Z[h,,?fg@RHX8/No2MHJ|HWy9q6Yr+D}Ul~:[?pHe_8|$');


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


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://shangocannabis.info' );


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


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