File: /home/u481266809/domains/woodmixers.com/public_html/wp-config.php
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
define( 'WP_CACHE', true );
//Begin Really Simple Security key
define('RSSSL_KEY', 'P2Cx2qGf5gVpARiTHbzitPu6oY5GmS9yDv673nTB0To7zJ4jnkVC05xAIaSjeyPW');
//END Really Simple Security key
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'u481266809_C7ItV' );
/** Database username */
define( 'DB_USER', 'u481266809_rq44T' );
/** Database password */
define( 'DB_PASSWORD', 'gbMWQNOaR8' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', '>Qmb;B/y1 B*tK99il!U:e|Vg)!R@ZkQlL&~hd3o|~W!bXhp%1dGMuu0Wpj<TGxD' );
define( 'SECURE_AUTH_KEY', 'Z{Vs))EETgZNEW~-mKje2KD/aluu]sfGpd?kgJ:Ao;%-8Nw_?)R/1H8182uE78BZ' );
define( 'LOGGED_IN_KEY', 'gYp%j__M N |:WuQXRBI5wf3U$[nH}%}2LGoVSh/EY~oSgWvJ-G^,[aq>dJnCDp6' );
define( 'NONCE_KEY', 'Tor/LIVtk[;uU/[3i[gpLaEw=G /GG](| $pz77H5(i47D<|E5F^DkHeH#)P,7b~' );
define( 'AUTH_SALT', 'NH+T9O&L-*zK2ZvC^2u9-7vd&yDvwwjtsdO~@i;&CSh+()R}IrWei3vvwQ!6RCui' );
define( 'SECURE_AUTH_SALT', 'h=6W(?Rs}R>27adCJ4sON3V)Ljr_JZ^k?CpAJGX7E?^WLUe~.;;K6# M2~/YKn+S' );
define( 'LOGGED_IN_SALT', 'kCzDXDA~!MS `89!<3HxU5`SC-qWg([601q41~wHGAOvXgqt`Qphxf2f}1[x$=h0' );
define( 'NONCE_SALT', 'wp9]Yuo@P)J@Qm1zu:w#_61GSG{rm!qPDYpYs>U;pmHI!1bQVY>gUwgP[{xY|;jz' );
define( 'WP_CACHE_KEY_SALT', '~eo!K5$+kzkBvgi#qXGzXw4|nu>rQchpKn~o?Wni=hmEZeg*wVj>dfQ9vm{G-^px' );
/**#@-*/
/**
* 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_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';