Wordpress Configuration File
<?php
define('WP_ALLOW_REPAIR', false);
define('DB_NAME', 'a55e9c38_memento');
define('DB_USER', 'a55e9c38_memento');
define('DB_PASSWORD', 'memento@123');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
define('AUTH_KEY', '<r|a=/k]A|d|gP>0W7Fc|^lD9VTm]%zN_[Fg#|Xxt3G:e@-;Tyi!(!o@?4r{n(;V');
define('SECURE_AUTH_KEY', 'Mn(JYD_Q%fQ(,A{[aULL~:X^%,hQ#v;=X~3qL8A$bs%Omy19U8x7?95JxzFKR^<H');
define('LOGGED_IN_KEY', '~+^3f@?{f)Upt+w`o/,d rVOiCaWw7@y)JWaX_.,C!,P,7Hx?2DaqAI%yj4ywtU%');
define('NONCE_KEY', '.R8ruV8WU&2tP!|X2sdn#8B>F[c@PIX7S&Nkx$i#c#fv)@XN}e*W#Do7NrpJb[$s');
define('AUTH_SALT', 'EH8mii!}|zS8W8Jzdu5SS>S>~>B/n]v.Mm7{}@N2mR=aEa<|}m2-q>( TMZCG&QV');
define('SECURE_AUTH_SALT', 'T1it;Vh5(:7%<JMd:?WL#glqBO:=0oXumTh$EUVCNosV:[0SgKP)ZBC(pv<^HB5v');
define('LOGGED_IN_SALT', '6]/i#9r, jjV_%&dt?xB)6{vzA~bHKlm+zunIa]}y3i#p1rUs2D,`^&_2m`M$l[p');
define('NONCE_SALT', 'npi],<msS$or*P4-fOQU87bg0.?(sa&>o&w%<s:-@kp_:Qww|$WOY_DRJ=QhU= #');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define('RELOCATE',true);
/* That's all, stop editing! Happy blogging. */
define('WP_HOME','http://vwipens.com');
define('WP_SITEURL','http://vwipens.com');
/** 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');
<?php
define('WP_ALLOW_REPAIR', false);
define('DB_NAME', 'a55e9c38_memento');
define('DB_USER', 'a55e9c38_memento');
define('DB_PASSWORD', 'memento@123');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
define('AUTH_KEY', '<r|a=/k]A|d|gP>0W7Fc|^lD9VTm]%zN_[Fg#|Xxt3G:e@-;Tyi!(!o@?4r{n(;V');
define('SECURE_AUTH_KEY', 'Mn(JYD_Q%fQ(,A{[aULL~:X^%,hQ#v;=X~3qL8A$bs%Omy19U8x7?95JxzFKR^<H');
define('LOGGED_IN_KEY', '~+^3f@?{f)Upt+w`o/,d rVOiCaWw7@y)JWaX_.,C!,P,7Hx?2DaqAI%yj4ywtU%');
define('NONCE_KEY', '.R8ruV8WU&2tP!|X2sdn#8B>F[c@PIX7S&Nkx$i#c#fv)@XN}e*W#Do7NrpJb[$s');
define('AUTH_SALT', 'EH8mii!}|zS8W8Jzdu5SS>S>~>B/n]v.Mm7{}@N2mR=aEa<|}m2-q>( TMZCG&QV');
define('SECURE_AUTH_SALT', 'T1it;Vh5(:7%<JMd:?WL#glqBO:=0oXumTh$EUVCNosV:[0SgKP)ZBC(pv<^HB5v');
define('LOGGED_IN_SALT', '6]/i#9r, jjV_%&dt?xB)6{vzA~bHKlm+zunIa]}y3i#p1rUs2D,`^&_2m`M$l[p');
define('NONCE_SALT', 'npi],<msS$or*P4-fOQU87bg0.?(sa&>o&w%<s:-@kp_:Qww|$WOY_DRJ=QhU= #');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define('RELOCATE',true);
/* That's all, stop editing! Happy blogging. */
define('WP_HOME','http://vwipens.com');
define('WP_SITEURL','http://vwipens.com');
/** 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');
0 Comments