File: /storage/v6964/mangomitra/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:
*
* * 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', 'mangomitradb' );
/** MySQL database username */
define( 'DB_USER', 'mangomitradbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'j1ltitJA994wN1LYnq' );
/** 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', '!|u`LR69:vdR:tRJz#Aa9bu_aHK^>F$$tMvK4Ar$U*.QYWwg.0jq53benFuy*^R/' );
define( 'SECURE_AUTH_KEY', 'YQ=26Fj/L7Ouw4oJer]Oh_-4`GsR<xU^ibt:i:hEr{-]$rPz>p@}0[W`a|$zX-,I' );
define( 'LOGGED_IN_KEY', 'v{yGqO?q(;WtoJK7!gVED[q,cjP>Dk>-Yo..4_5G1d06;a^:Q1qk3 [,|>3;u1b?' );
define( 'NONCE_KEY', 'iA_68z[^x;!;=bJ)G}M)Bbku*.t(m6cPduFjF>^9!z8Pf2W8:zoOZ#6<~r_5JCty' );
define( 'AUTH_SALT', 'tCjBxP0vt!^V+@eAYJiblX{EbToOvsi*2kYO7@)m!LD*e#2<Htl <t.&bpp3r,yL' );
define( 'SECURE_AUTH_SALT', 's?iKW?IAx#Yc=fB8]b|ft;p )WK~8(4BkV,(2z#5(U{46+gc]X#@DU]}d1;4N5,Q' );
define( 'LOGGED_IN_SALT', 'Cgo~;)-Qxa$uCC}AY58<$d0[u?qbw44|0O.]$)8S@f2.vEpj]Z)& JdZaLY}mX2Z' );
define( 'NONCE_SALT', ':9,C#;aP6rS7gKsVJHZGp]6^ 9b0Y*x?^.|9YJ1^JKO1|`?N ,2$gAs1mX^ICU>~' );
define( 'WP_CACHE_KEY_SALT', '(w2}u_6305cw4V/Sy)[4-y1)9Cl5,Y4BmON/]zkrT=3 OG~w9exHkDAh+jm jKS=' );
/**
* 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', 'BHup6tPwvu5PVtCjNorUQs0fN' );
/* 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';