<?php
/** 
 * The base configurations of bbPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys and bbPress Language. You can get the MySQL settings from your
 * web host.
 *
 * This file is used by the installer during installation.
 *
 * @package bbPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define( 'BBDB_NAME', 'divanee_wp' );

/** MySQL database username */
define( 'BBDB_USER', 'divanee_wp' );

/** MySQL database password */
define( 'BBDB_PASSWORD', '2ET7oWuK&B[O' );

/** MySQL hostname */
define( 'BBDB_HOST', 'localhost' );

/** Database Charset to use in creating database tables. */
define( 'BBDB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'BBDB_COLLATE', '' );

/**#@+
 * Authentication Unique Keys.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
 *
 * @since 1.0
 */
define( 'BB_AUTH_KEY', '{&4BZ0(.-LXZsCXPCcvEk_F<<w+&nda6g_0-cMa[1aVo5E2`Zu|^s>UCFCfb[.~v' );
define( 'BB_SECURE_AUTH_KEY', '|gq8);%2}P@{4[%NV+PeRmqt03#|5*i=n,cN+u_8!61Jaa;*.u+w.!3,d/4/Dp13' );
define( 'BB_LOGGED_IN_KEY', 'a^nIcg|sb<=S0 Tv+_*2Ut+xh/ND3iIaW R},TROZ+l`s-;=h+ehGfHL](FkA/5K' );
define( 'BB_NONCE_KEY', 'Q){J|h2K<Fr`TC+z9<crqj5P>.Pxt|/1~J5x(e}-,%#prJ-_`J{}:EeXte4JS8+d' );
/**#@-*/

/**
 * bbPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each a unique
 * prefix. Only numbers, letters, and underscores please!
 */
$bb_table_prefix = 'wp_bb_';

/**
 * bbPress Localized Language, defaults to English.
 *
 * Change this to localize bbPress. A corresponding MO file for the chosen
 * language must be installed to a directory called "my-languages" in the root
 * directory of bbPress. For example, install de.mo to "my-languages" and set
 * BB_LANG to 'de' to enable German language support.
 */
define( 'BB_LANG', '' );

$bb->custom_user_table = 'wp_users';
$bb->custom_user_meta_table = 'wp_usermeta';

$bb->uri = 'http://divanee.com/wp-content/plugins/buddypress/bp-forums/bbpress/';
$bb->name = ' Forums';
$bb->wordpress_mu_primary_blog_id = 1;

define('BB_AUTH_SALT', 'lFJvBGN2W.z>@cTz-<oPdIJ,wVL?k!_arr,yF`+0rq9Pt*FB/3uC%D16MtHU.^FV');
define('BB_LOGGED_IN_SALT', 'Z.d^Ftw&|]~NPd6r/yMl$F~*+.J>F/RRdl]]2Db^&4)AcmvkrCr8xKF J)<vs@rz');
define('BB_SECURE_AUTH_SALT', '#h ??,(q+j[Xiu^Hk6LV Ge!OrjcS:jj3+|+9*=)F$IE-k$/(%)a@E$;oH-u>cS#');

define('WP_AUTH_COOKIE_VERSION', 2);

?>
      Name                    Last modified      Size  Description