<?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://codex.wordpress.org/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', 'kevinros_mrif_iybmspbtmuiupyinxh' );
/** MySQL database username */
define( 'DB_USER', 'cpdpeugmjmrsgsel' );
/** MySQL database password */
define( 'DB_PASSWORD', 'yi7k7FnFY64zOZ7' );
/** MySQL hostname */
define( 'DB_HOST', 'kevinros.ipowermysql.com' );
/** 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', 'ET%NPSJnwGx$1WGI<H,]Q*)-pn^`r7FRsD(zo2>0%l)P=ejS/]9pf=^}|r[eOa<X' );
define( 'SECURE_AUTH_KEY', 'I~q?HVK~TA}^6u%3!]wpn%}`%X{.uF[ 9,ZA7ipKV|Nh90gGvmib[-n;dG|(rUfY' );
define( 'LOGGED_IN_KEY', 'a/8o9nPtyp$`qlgK-P]@3FXD3h)p_RSP!Dp ]L0&CMiI8+o0HnvP#t0%im0Xx>XX' );
define( 'NONCE_KEY', '@>Dgcr:<?O;w}BIG<dLGI7x)J)9tYzGJw6Tas7[7inu1szT|KNFi?Wab#dP|Jz6J' );
define( 'AUTH_SALT', '3U3&!@i_fL`ZSw<ycoIp`*+1(n3A}n5(N>.1k9f4d0eU%>bXPw +?W(%e?>/.|{#' );
define( 'SECURE_AUTH_SALT', 'Zru:?}`ZxH8+5~:9=lIu5lq+S7DsbdYjt@nR4x]<l2fOxYD;KH]09|PojT:nIw]n' );
define( 'LOGGED_IN_SALT', '1iQu#.unX#ZQf=&K;a#?H53.ItXJITCip(`}~RvUD6kJ.!G([l% E_drxa C<)eg' );
define( 'NONCE_SALT', '- GGHqlfm:0~~NV v c]Io/tI=|651[`g8Tol}%rA~g/5gDmx~%emz9||C3(0SFK' );
define( 'WP_CACHE_KEY_SALT', '?8eprex@T?)h<nJm|W2=t GT/.-p1[UTDH|{cxS-_$l/DJ`So/:e{L)mh3+cwX?3' );
/**
* 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 = 'mrif_';
/* 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';
define('FS_METHOD', 'direct');