|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/bhive-design.com/ | |
|
Path: /home2/outerorb/bhive-design.com/wp-config.php
Size: 3.15 KB
Permissions: 0777
<?php
define( 'WP_CACHE', true );
/**
* 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/support/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', 'outerorb_wp928' );
/** Database username */
define( 'DB_USER', 'outerorb_wp928' );
/** Database password */
define( 'DB_PASSWORD', 'O9[8ASJ8p(' );
/** 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', 'fhpebvdhrntxm8rgz0jry7lebxh9bwajdfld1jchffrpritthnw6yv9b5zvtbaqr' );
define( 'SECURE_AUTH_KEY', 'fhdskvecn7nlw3mc8gqeulyzvl3gya0wdmbl95deqy6kyt1voedwtacvhzyii43n' );
define( 'LOGGED_IN_KEY', 'xfkkqkgmqegtw7hxvdesgauk4meqeoaqsbpcfgchfpd8io9t2l3lckg9d34npqxk' );
define( 'NONCE_KEY', 'rdrxjybaesy9kx796ogjxysebgjafe4lfqxd1tfnnhxbt34ebk4zsd8fy0vxream' );
define( 'AUTH_SALT', 'hxlifsjvgqomnjicin3rh8tqrhxph4ywtuelxwwb8nsce4lvry8jtnqlgk4e5wlg' );
define( 'SECURE_AUTH_SALT', 'ivduvwwmcnxkl4uyjhmu33tvqogbzbgkufkftln5kapbc5mhvfq4stzecrcp2mqy' );
define( 'LOGGED_IN_SALT', 'vocvrx1fb1a63xj7urxdt9f4pr0pnllwnmvc4qdlxmaq4btdbqvqsid9kaxpg5co' );
define( 'NONCE_SALT', 'ils5xv4hjfxut3ylpjpztqnoitp2lp11sr0row0odirclrderusamnioqp4lixvt' );
/**#@-*/
/**
* 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 = 'wpnm_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';