<?php
define('WP_AUTO_UPDATE_CORE', true);
/**
* 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'hmhc3928_wp1' );
// This enables debugging.
define( 'WP_DEBUG', false );
/** MySQL database username */
define( 'DB_USER', 'hmhc3928_wp1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'xfgon7gVY5np' );
/** 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', '' );
define( 'WP_MEMORY_LIMIT', '256M' );
/**
* 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', '4f0Q^ulr!dQw b]S);CHv7@H7:/T}k=!bXOdX%$I2BCas@pX#4#>15vT%T. >H%%' );
define( 'SECURE_AUTH_KEY', 'HRX^b29?IFH^@}qxdgYd&&DVrX8nUo.[?2pkk${AO#sFf$jbtpYien=#jLGos^Hx' );
define( 'LOGGED_IN_KEY', 'aOJoAsek>V]Ae<ZP6 wv].|7~7ivqzRXhb>? 5O1cS+-%SpbI1fzK?eY3sG>v2d1' );
define( 'NONCE_KEY', '~rfx~0_TDz^+!#1 vkXn(p8MQx2yAi(eUt+2HmaO#FDGF (V&zua_#R3~r:-&Ngv' );
define( 'AUTH_SALT', '#|yV90A[*3-,,VK_a%_rC=Hy(e7rvP4dK, EG&[FP]0y,14;pGl .uGU?vlE-p=m' );
define( 'SECURE_AUTH_SALT', '>A2j1^WY!qk)N^+TA!$ff2G7&R4%viD[[18w}HaR qIe5Fx5vJk_1XM>>$I+R^0B' );
define( 'LOGGED_IN_SALT', '!^XX;QDau0M&4laBy2<bq@b<b-rt2Nl%;&MDTQj+5,wEv&D?}R[GnRbq+HfpQkY,' );
define( 'NONCE_SALT', '77GG0_{&5Q%:/pt%9[;%!]X66n:!>y6JOt[gr0NNYOynW^Lk@ALsyqs_JQ2P3haD' );
define( 'WP_CACHE_KEY_SALT', 'r#RxNTh^qIhPlg#v^@MhIa[7Xw77t.BZ}.>PaCjr}gtcJ]nLPBclJX vsC!9 D8&' );
/**
* 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 = 'PYPdQmUPg_';
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', 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';