<?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', 'db_349649_8' );

/** MySQL database username */
define( 'DB_USER', 'USER349649_sw7' );

/** MySQL database password */
define( 'DB_PASSWORD', 'NM4Wd2xcBhpkbWvd' );

/** 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',          '_f^Yr6wz=|Qy|~<Z:F,!`L_Q`;w?Xq5*4=M_Y``66iR]_MT:ZYn9.vb2Q1*8S{kX' );
define( 'SECURE_AUTH_KEY',   '06>Sv{a|WYH4|`Wl4eywP $gfx:kbVPudg[!If2)CyFWOTVUxz<W2tbhS6Kc;]XY' );
define( 'LOGGED_IN_KEY',     'stm*;@4{^7C4TOZ>-6pdY_Yk!T=qh>-z]S^=6L8+Ew3kGz:lCyva$:)_k_g$(1ye' );
define( 'NONCE_KEY',         'km82UG>y_1Zan*of4Ut=Xc^Nn~M4tL^(ut!q)^oj38oA3L!.^kGP&I!u^FTii|6O' );
define( 'AUTH_SALT',         '0<+g>t#$OinQsjk3W;s@Js`^EX*IMH]iA+wt1Cz1f#TP;H<vKZ3P8ZWE-]G[ki)d' );
define( 'SECURE_AUTH_SALT',  'cbM}(kP+6n$1x W%Dd<+ bC|,V.SNnv|!{D>be3P!_#.UggZqA3M#*68]aa)c;w#' );
define( 'LOGGED_IN_SALT',    'g{N2xpXuD>*t:~Js!ut@UbC$;w#X(m[#eSxT[Tb973Qj+,h56 r!)gWjjx-Tq=9q' );
define( 'NONCE_SALT',        'KA&! ]v+80TZ! vwvr?&Rbkvs2i,b6h~8b]@Ju:&:F^<uZL%Vl~&(ct(w4e_Rt8&' );
define( 'WP_CACHE_KEY_SALT', '.fnd=HK=xM48wt!zp!Z>hybF1S*Rvrm%BY/*x.WT83M;&/3S=5Uo}z[F#4BGOx[t' );

/**
 * 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 = 'p3ZI_';




/* 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';
