<?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://wordpress.org/support/article/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', '' );
/** MySQL database username */
define( 'DB_USER', '' );
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL hostname */
define( 'DB_HOST', '' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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',         'U?qxwm|7$-,J1uN|]{>{.JvlDbGLS,A?6x(d&FAgGb.1)gif{%@F2Fi/F9O@=_MH');
define('SECURE_AUTH_KEY',  'ASY`C/QW=uawX/>6)-<,@`*Jk[y;Ex2DG@m@gR:e9/?IPwmoc#/Xt(rn)08TCsQy');
define('LOGGED_IN_KEY',    '{*<ITHZi/,|:q!e[(,|UG@0=WI<EA*r8%d*SE[dLx^.0>U~`+%C+V,qSJ!gF/S}-');
define('NONCE_KEY',        '$,1$|CR^M4QIH7jzf|1idli6}#-=.j`.*eAK&t7=WA%jw.8|n_^1g;r1sTzd#h5+');
define('AUTH_SALT',        'KGl qq+l;-Q-@IoW:Ei.,b<Z|Kx(0fZ4(e=7BPJ/k|G+));Bmf>=ta00Wf$h[$ly');
define('SECURE_AUTH_SALT', ' <ulDnZ-^<(xX OI +!5*P2n7Q+M|)~Q9}4=-L-L_6 Kf$xF!^5ti+T6 7=>-PT{');
define('LOGGED_IN_SALT',   'iKU]RR^95w9H>KBu*x$KBv 5!wVK`$|DKja2=tO5-/5HcxD6}S*^V.aFUL`,hS:u');
define('NONCE_SALT',       '>XGTU&=5kNOcxL-Fmta+iiu]NEUJ-@Z?}gw+_vw_py{/rxwW)nXcN]SK^0|yI+w>');
/**#@-*/
/**
* 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!
*/
define( 'DISALLOW_FILE_EDIT', true ); // Added by Defender
$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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false ); // Added by Defender
define( 'WP_SITEURL', 'https://www.aflowraingutters.com/' );
define('WP_ROCKET_WHITE_LABEL_FOOTPRINT', true);
define( 'WP_CACHE', true ); // Added by Hummingbird
/* 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';