/storage/v1396/moditeesdotcom-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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'moditeesdotcomdb' );
/** MySQL database username */
define( 'DB_USER', 'moditeesdotcomdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'F9pQLqXgKQfYguSxfa' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'yi#EW#8lIpSU%#H!Tj00Elu#1hrv==|H]3libtD#Q746$m0`{YFE< iRc(Uh[(Mz' );
define( 'SECURE_AUTH_KEY', '336&W]YJa[Yzvi(@oxwf`pCN#PX/=<Ng//,skJz5!)xsBn&L!55wRk@$`l^(5zR/' );
define( 'LOGGED_IN_KEY', 'WJ}#SglTGvACpJxI><w2E!Do&Qk!GQn?*d%{4s[O}K#-Up^%A]=IC?cVOM4nbscY' );
define( 'NONCE_KEY', '<*27FN;hPiIs_K$p3e6ik]uRYWFR4e%]&9N3d3%4eVS(Osto_c.Xdss]1V,tJ43C' );
define( 'AUTH_SALT', 'v0]vizJ|RE)KWsRhGOR]ET0$Y;/+05G/Xkasb!|:F:](gQL{NQ.33Y##k)}O+{2O' );
define( 'SECURE_AUTH_SALT', 'DWnh%L4s(uiA 6 QInCF:a&6?W%*/&]@>oTHU( c(u025R:<!Z-+2{P}`16w~I&[' );
define( 'LOGGED_IN_SALT', '!u*QlAYv(fIM+n7#q5%BqT6!)Cl#T)^l]t)B~~Gq,@`p%h<dEyeR)tB<>XOeHQSh' );
define( 'NONCE_SALT', 'Sku9sC{k0!?9XTFWCc}s]l5<gNJd[FYv?-AQ[In6vhsch;ya[v~oUssa*D~A^/=Q' );
define( 'WP_CACHE_KEY_SALT', '$^7GWnbNkUG9TL(e*Wyd:D?8lM1$I[vm(QfwRS($qS|Lg%l^/EK-oV5E|6BFH,K]' );
/**
* 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 = 'wp_';
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'BO0P9EtkM5Viiy5sLQPEqnk7i' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';