File: /home/boostonm/public_html/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', 'boostonm_wp_fpa6o' );
/** Database username */
define( 'DB_USER', 'boostonm_wp_it6ai' );
/** Database password */
define( 'DB_PASSWORD', '6L@%P6X#bZjX9WI*' );
/** 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', 'Y3*4c6R/@#W!k]&VRvy0J%ec@@6H09u1mEiP81D_ve(h5lnY-&7K3%IwsI9x1AMl');
define('SECURE_AUTH_KEY', 'H|[F5Rpf7;075:95HZ)RS9B%0DF|JZf/&%-Ir&1/WAs7WKY[t0/1E:![]/O76Z!3');
define('LOGGED_IN_KEY', ':_~-q~tdB0431-+oWg3JS36t+/7reK[pn1f;|/[014AX+3T_f+%n9Z64f#6Vn6qk');
define('NONCE_KEY', 'XZnS([0w#3(xCZEOv[6|y/QgrRA(5LGwm(2X&3xcq7jQUOK6R4zLgd1Is!M9IO/j');
define('AUTH_SALT', '0AF(b@oE6vmCzvua7D2166(5)9A8x+e6zf]Pww&)S2x&6e[+b3s8TD5g)2jF8uIB');
define('SECURE_AUTH_SALT', '727l6N6Q8D_5@G91FhOh!Hh8C)A*@2BS45#axz+(AOw6@T:7[(!kP)!mU/h_u2em');
define('LOGGED_IN_SALT', 'v)!h|2n%s1v107/k/9Qb1!NTJlGKz;+#5w22m~OL:-24@h56L34Rv0jr/YBAw1jA');
define('NONCE_SALT', ':[284nVZ6-)8Rm8NEMe6g/17WN6EQH/)uYqfWe|ZUV3nm~74EM_1%p21Vy7]1dO(');
/**#@-*/
/**
* 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 = 'HfRjuI_';
/* 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';