File: /home/primrwxj/thepassiveincomeideas.com/wp-config.php
<?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
* * 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', 'primrwxj_wp_wyj1s' );
/** Database username */
define( 'DB_USER', 'primrwxj_wp_2lzv0' );
/** Database password */
define( 'DB_PASSWORD', 'kZNF41_~~p1WhWpr' );
/** 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', 'Xh68V6##z44(u63%+|k6O@#Lw3vBcV]p]-:8D_76oVG3e99w)CZmASL5f]esbsmO');
define('SECURE_AUTH_KEY', 'Q-gqSkluFZB|67@E0asyDP[_yuZ&A-8VwMoE4jQV_K#dgk2d)[5p03:m|x3%z2z+');
define('LOGGED_IN_KEY', 'S1WYnHRWaYM36])Is79rX7~LKy[1-DZ6N[+#Uh5~8(0!w)wlF706_fEl/1x4[8@s');
define('NONCE_KEY', '(tdFL+V/42]&Ht6fefk1Y-282Vd/[+%Z&LX)RN2LE;4t]9jHYpprF)8R#%40HgH3');
define('AUTH_SALT', '&33Ba[w:C!5X42C%Jk27O+_eVBy+/TtLzgkTp#eCC[9@y@:x|&SV:)9~9xAALjRY');
define('SECURE_AUTH_SALT', '5~gq9Dh3IEm/9|0]4g3T:[F;m!QKkFo0I2jI78mR6w@1x)82a;aYoYRB]3@Z8f46');
define('LOGGED_IN_SALT', 'hquy1Pq]E8@6#G_!GuNVYlI24Ee@gOs(18ltHpt6f5w]c98B5rr1y8Z&646934Xp');
define('NONCE_SALT', 'mBW(Vno7*jB)VBP1h:VB~2b0om~:LO5*#086]|5Z9rM!9F#gz1416c7:|j(_~&ma');
/**#@-*/
/**
* 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 = '2euqp_';
/* 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 );
}
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', 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';