<?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', 'charlott_wrdp1' ); /** MySQL database username */ define( 'BBDB_USER', 'charlott_wrdp1' ); /** MySQL database password */ define( 'BBDB_PASSWORD', 'oVjXYLUlNcBj' ); /** 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', '@j?ipQ1nR,yuuCW@Ucharlottecando.orgAS-{%gQEpSr_+<dyb+>:Yd#nWbetyh~4rmMUap4Q6rZEcZy' ); define( 'BB_SECURE_AUTH_KEY', '+hOIBXnJ~C;ftmT([CA|]_wDScharlottecando.orgG<K?#S8{H>//EaLy7]h:jhRfj.K=Usg#g&$9+ox' ); define( 'BB_LOGGED_IN_KEY', 'c8K?-u_wU{BZ2yHK_sbOo1@?!charlottecando.org}H<`PM%7^l6VJTY,~DSOJ,zCtVI@Ym$WZi1@5x5' ); define( 'BB_NONCE_KEY', 's5,9YV+%:+HFX#l~ %RE`AZ/pcharlottecando.orgUzn<&<R%71t-|[H-L+}AtN9/thH&dMcVM8WN|Q}' ); /**#@-*/ /** * 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://charlottecando.org/wp-content/plugins/buddypress/bp-forums/bbpress/'; $bb->name = ' Forums'; define('BB_AUTH_SALT', 'KUEIq@~d.Tk+~t>1:HS9$8G_*charlottecando.orgzG,jcuq2l=7l#KE[-1c)QW3a{LwGi-kwhRVP&]g'); define('BB_LOGGED_IN_SALT', 'we3RP{hVolwbVh-((L%LEcHKlcharlottecando.org[IaA9<bDvi`h/M:3U7xK8S]A|.Q,2$|*jcOqWNB'); define('BB_SECURE_AUTH_SALT', ';0GoKVCGWIZh:YOa*h[]-T&Dicharlottecando.orgnp=:iQ;z$>OkEYNi2@Y`|5-c|n:Jb #}97E?LX7'); define('WP_AUTH_COOKIE_VERSION', 2); ?>
Name Last modified Size Description