| Server IP : 104.26.2.156 / Your IP : 216.73.216.245 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/ |
Upload File : |
<?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', 'themastermyndcomdb' );
/** MySQL database username */
define( 'DB_USER', 'themastermyndcomdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'wtwZ19Lv8wd5xUD4N0' );
/** 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', 'Z|6l[YID4(!#&O!_m#Ai8PWtL3M,e_JVJ1n+;d;Za[G<LHPi 88iL6l0D$(D}H,P' );
define( 'SECURE_AUTH_KEY', '|vF:HOL7hv6Vbo}DrY9[3F:opqMgzvQ&@4 %Y!X:E|ymZB{W_CDg)A8!CR;cPlk&' );
define( 'LOGGED_IN_KEY', 'nIRTWR4lFG8Qa%epmu+_hCy=).#31bl j=4&O~lZDN`~8Vu8Fx23nn!TZG!@XUt?' );
define( 'NONCE_KEY', '1/+w4L]0}6w>d|nW]DRTC#av8[K&8 W-:UO!rY,Ug6S6_%b88`Ul0<JgCm^ ~g>S' );
define( 'AUTH_SALT', 'jW[l}K,]@1?Sq$/4/=Y +oFJa8s54Y]VT=m{vq`D>E~?TrU8WYO@c;ighpN&1|1%' );
define( 'SECURE_AUTH_SALT', '/f^yyTMXX{V@+rAD#A=}([uNOpR%1|(.i>;(l.6pdP2}$uPibdf)3*BoEv;>V~Cc' );
define( 'LOGGED_IN_SALT', '0maNb/[91ChTTba& !F]fkJlm|>hB>7R=QcEz&qq2GPp$`%jOMqY;)`g!=Vr~G(!' );
define( 'NONCE_SALT', 't$$N5wBvh[#;rdvZi:[`&xuk-T1N_`d{Us6hr+TrYGf%g,Z,Bpr+a^9YPW+v+Xij' );
define( 'WP_CACHE_KEY_SALT', 'hA`ZpxryRWTD,w=zOQ|J[vV9*#EkeT}7j6%32Fs6E{M_YAp ?a-F^UHZYN4!6eK6' );
/**
* 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', 'vPDKwqatDvBfrmSRsa5q2iZwy' );
/* 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';