<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress_1ijiema632');
/** MySQL database username */
define('DB_USER', '24gO3kXqkB06AhE');
/** MySQL database password */
define('DB_PASSWORD', 'R904U0nTsXxewFjS');
/** MySQL hostname */
define('DB_HOST', 'majorhempcom.domaincommysql.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', '=}HMa(FmRyuANASOiidk}Jn(|mF-<s$JJ!ZJVv<-IMtA-Q$fvptbJ;&uFB?ODBTOA;_cC@v;]jKFYxmvxsaK+gMPTvm/sqjdB>Z+TaplfE>!*Tlf$!UaQn}t!zhm]$eA');
define('SECURE_AUTH_KEY', 'S?gZX_pqD@UC+{$IWy!;w|?nL}BohA}qFowuBL%lm@Vw/]KD]E/JTiRh;OqzXIxW$qysAiu?^JyL_Ml_VAyYC+)D=h[={n;=;fbvT@aHCZfCJ{tt-Fb{^rV(>]@K|r(R');
define('LOGGED_IN_KEY', 'vN)OlWnr|&v@slsaDwp!?zaP+%}RRPk>(XqvS{bxldo>{onrVoCqrRfANvES?lKz=p<zy@eUE-t^)wcLN{}f+]{G@V<yvcWNkD^{]pzYAgCYvBG+Za?I%TY-]l}]Rg={');
define('NONCE_KEY', 'iRx]>l@Jd>Z{$(K*nSKA-yPp-__-vYBNceqFKQmUc&;>_qMNkPoMEM=doa}@zZZwSUZP$HZ&^>?SBxjo^(w{AsPVOoYR@DR!kV$g(z-L@E$k[&/i%nW<y]Fi<=dF=m>J');
define('AUTH_SALT', 'vV%xDX+ipGIeVWuRW][BlJt;skfv_P-Tu}o;cyG!knCG;yV;rC+${]jKXaCDh[CXVah?d!WTbchn(UeL=ul[BV=sVt**XexEk{;Z{Z!NA=VARq=pxvVWJaCVlkrpXIkj');
define('SECURE_AUTH_SALT', 'V>>NG+I-lWw{ia*b|<h|*)f/N[s^qYSReu=>V-^EWgtEaOvcegH*zaIE)]G-mE$A+^]m[|!Iv(y-xD<XhIu>CYKa;]S*XW$ZEiPo<NN(cuVnyrLDFpKalY@Da[r_uktu');
define('LOGGED_IN_SALT', '|tv%ukiQusj{z$*>xXKtw@sPF<nRGQZZ+Oozz&@UY{mtK!iUj+=G&=lZI;WGtOG$WzBeic)=}%F;KZRFcWDLsyGnrK(]<|AnL-)H|!cu*^j&g+fZt&pyP>@G&ZbWs@Sx');
define('NONCE_SALT', 'WTi;Apty;UW[-f{kZV(Tg;Q;rnKtE_nw}Yy^A|nNv[y!+NnqGwEUVed=>A<aV?^vXJi%PQg|AYw&YoSUP/I{uwVHATBAmLCCg$|]>v&l]zvtJFjtE[{&I@^WkOc@yIU[');
/**#@-*/
/**
* 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_fpwa_';
/**
* 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.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');
/**
* Include tweaks requested by hosting providers. You can safely
* remove either the file or comment out the lines below to get
* to a vanilla state.
*/
if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
include('hosting_provider_filters.php');
}