Your IP : 3.149.214.28


Current Path : /home/church/www/blackfounderssummit.com/
Upload File :
Current File : /home/church/www/blackfounderssummit.com/wp-config.php

<?php

//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

/** MySQL database username */
define( 'DB_USER', 'church_eessel' );

/** MySQL database password */
define( 'DB_PASSWORD', 'myGL3&[PBNCH' );

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

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

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

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         '1]8iq955P]J_5b0mjSV-=B,,| a[q^=#FM@MzdX2sct9Qz~~#b&tnL)9G(ymn)$E' );
define( 'SECURE_AUTH_KEY',  '{%~k^Spe(~#ylvbvBe;h]951HD$2ZZ(UGj#$/UVV:Mcw$uccaqx6cTcdtWYl0U]G' );
define( 'LOGGED_IN_KEY',    'AD- nTVcrAHs=SD0O`]5Q q6sy?27,p>+V7c9AVi3w/F~10ZkEr *x9nGj&v_EZp' );
define( 'NONCE_KEY',        '{F@JEL2mvB4g}3ZtsI:+0&zm30u|g4#2/&tWwM37lGL~QusW}iI4P/8<Y{^6<@fp' );
define( 'AUTH_SALT',        '(:Pt#8w=`0~$Am:N&}v=9xENLtF ||& 4dyBux)7~tVLX2gg]1y/LtjJ9FAt]L/u' );
define( 'SECURE_AUTH_SALT', '&Q& 2FWd7v3Mxq#;g<;D7$rF}KjL)cAs%qR37Coh]{W6Vv-x6Z9n4w}>Jh9ie?U<' );
define( 'LOGGED_IN_SALT',   'L97#Su;I5j/}~& $v+GHBD=3n3+2*4&3DLb%p5we1?1_kD~;zNf,h(Z,FLCD:hUO' );
define( 'NONCE_SALT',       'xl<3#{@zrudVQq5,VzpB3/H]i$#{72 6AfAs|{N]Nu*5/Og&d/}IWk?o;2J@^j3N' );

/**#@-*/

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

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';