File: /www/wwwroot//mm.xompoa.com/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
* * 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', 'mmxompoa' );
/** Database username */
define( 'DB_USER', 'mmxompoa' );
/** Database password */
define( 'DB_PASSWORD', 'rHHK2Pr365tkzdw3' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '#0mtYJ 81uL,oaOInHcY(w7L( e|?x!4:wIEcT7-Ty)e4ost.;]J;2E,Sk<Fga6!' );
define( 'SECURE_AUTH_KEY', 'gnn[~@6e{)h#aS*.XP0h.r^FQL?<JjW1gE}%@m=Rr+<;,`>o~1i22w3CZJ(d{x/Y' );
define( 'LOGGED_IN_KEY', 'NupZq2>rs!OuM0/&K8{7OxAT{TRFjC%DjlkD/@q~LAq.zG%le3|OtHVHK}3t)?bZ' );
define( 'NONCE_KEY', ']a,YJ/C3C`NBbW-];~9AlX=+~mpSH aB+mF9^mOG5l8pj9jL^._nU>[h@A>CV.YG' );
define( 'AUTH_SALT', 'mvO,}.HP8}d?[?{iz7cq-LEHW!TOy5KkX/pt)bXio15PU?N.)0k*jA:HXR.yTth ' );
define( 'SECURE_AUTH_SALT', 'Z!n= B5I_c[[J6-WAc7H332u[FWN_&rU5<*I$[~A[Bb8z`Y n~[P>OQ^;@M>bX ' );
define( 'LOGGED_IN_SALT', '11R,h)v?:2Dc(R(A(Ie0,)cY@k.Nt(<)##3I{9{~DPKB#j;O0Emu(/Dny68LL ~M' );
define( 'NONCE_SALT', '}ond61<83i`b9 2.2&@y~U,*:AtFY;Of/T/%=a_rmw_]79U`l)o9gixo422{638,' );
/**#@-*/
/**
* 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_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';