File: /home/di/public_html/wffadev.designintegrity.dev/wp-config.php
<?php
define('DISABLE_WP_CRON', 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', 'di_wp_qfmps' );
/** Database username */
define( 'DB_USER', 'di_wp_snh4i' );
/** Database password */
define( 'DB_PASSWORD', 'o67tM~Nwu_4KlgHp' );
/** 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', 'Dug41G*pz~[9z2Onv4!rmVQCJEC+-R-&SJh63~|uM/t6g6+/4ay8uCszLN5I#abR');
define('SECURE_AUTH_KEY', 'Yg6Z]l]X33j+c:Az28Y:uG9N6I4CX96y7a!!T9;6FN1IOk8a[)/A4k&:JWMZ0G98');
define('LOGGED_IN_KEY', '99hc+-|nYCGBc_t8Ri&5vj03Ex4Q:C4L4w99Ms/wUw2P3[/;Y7M_a-LVOkogJw0I');
define('NONCE_KEY', 'zJ~uzANNnWEhdhvS*X1q9I|I+l!c-!R_7l*;G)j9Q!bO|L%8+S0K2+uF5FGW7|0o');
define('AUTH_SALT', '4[8d0(8H]DL90/spHj3%5!R6o1p405o8J7~Gtl79Ck3rC*9@E-~%U_9Mr]kh36-0');
define('SECURE_AUTH_SALT', 'f%s9g73YR&y39(m-%+8BNz&LMqv~IMHAgXPc5I0]5[g5/9KvpvA2P18Sk9v8q45z');
define('LOGGED_IN_SALT', '89c31&vH9c:c/2dO]@207MQMWH6]_SfSqpax/6u41M70*u7A6dPw%RRF0CK@DZM;');
define('NONCE_SALT', '82_b(|1Jy|8!nB910n4~m2MRv42+uE_I5wXDC9nBca[59se@47!m1hr*5_5yv(W;');
/**#@-*/
/**
* 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 = 'lKVw1_';
/* 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( 'WP_DEBUG_DISPLAY', 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';