B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
bhingree
/
public_html
/
Filename :
wp-config.php
back
Copy
<?php /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'bhingree_db' ); /** Database username */ define( 'DB_USER', 'bhingree_user' ); /** Database password */ define( 'DB_PASSWORD', 'x,-gV-}47RdO' ); /** Database 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', '?Fd8Jk_&!P^H@MGc_ ~P(qE <x)=AH)x|>LqTVeGG7^H0{?qTAZEFak>id?oc^}X' ); define( 'SECURE_AUTH_KEY', 'JlVHl+;FHl^V~O[.XcnR7hd!EPoJk!{)cN%{uxpn=V2??AvYu14%&pl?UWP (R]}' ); define( 'LOGGED_IN_KEY', 'ED>_k-PAYJKlemhk?[CEw4dq_H]B=lz>=kxCXK,kX$NRNuJf>!VBdG2!:PB_g?/-' ); define( 'NONCE_KEY', 'R9oE`:v#c[FP{Z5BEdYTBW-*sS>Ed[3$%C}3;zzf.VMm6&Z.K]vdz.Q,X:.nLeK8' ); define( 'AUTH_SALT', 'wk3#vpwiFOJYUIzCeTCeJh{;3W%S-b0Q,3kD<G61Zzqa^P,7eC^d.wNy)~xLcEe}' ); define( 'SECURE_AUTH_SALT', '5^drlw9Jdg-]+2U0ogXwZ*PnKs2X5g5>7a`5=s|=45~<kMQ8gaROa*8&)IFXO3)L' ); define( 'LOGGED_IN_SALT', 'tYw<WGw>b6 w@/Z1@/7##z10Kr?Ci#t^9p7J,-S$ZM&?LM^5W3L%.pKQt#f3%h#R' ); define( 'NONCE_SALT', 'Gz>]WxJY&U6)3p}@RWSH-&^rn}u*74Vl^Yn%W??#J_>1y iQX(%fv,3Fp[S/=#Ct' ); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'DUPLICATOR_AUTH_KEY', 'xSor!-7y/5P8o+O-x0{E<E8c`ak3@Io-F~8WK$2emR,~qr 2~xT|_7E#b`Ug)Lzj' ); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); define( 'WP_CACHE', true ); /* SC_WC */ } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';