/
home
/
u868369618
/
domains
/
woodlordscarpentry.com
/
public_html
/
up file
home
<?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: * * * 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', 'u868369618_JthKx' ); /** Database username */ define( 'DB_USER', 'u868369618_ZrTRU' ); /** Database password */ define( 'DB_PASSWORD', 'px9qwgvq0V' ); /** 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', '.gayz`#g3/?eRQp9K}rJWRw@Bv5^/l=Df1GU 9r:}<VJ!e{1EUo{tDq>x]c#iA*7' ); define( 'SECURE_AUTH_KEY', 'J7``pwQr)M0Yi|AF[9X:7;vH)me;L=(2RuHMBbh+,^rA6=n1*|sT<|~UTMc<xl}Y' ); define( 'LOGGED_IN_KEY', '!>o9mqgQ~fE><*nNmh7eP%!:)Z>E{-E%Am]Fla8?`HWK_%N{Mt^I^>RJM*lt^q<w' ); define( 'NONCE_KEY', 'c%-T8BlE,xHV6P]dM]g=hcZM5{D5cx-SP(;_K7U^6.yR*AK)2l&=c@Bhms;OuSs+' ); define( 'AUTH_SALT', '~ROwM<TmYCHUb<:p]4DJX;Wz$qq2qVfd=*XKViux{g>$b:r])_^-?5X55?|Yl^RN' ); define( 'SECURE_AUTH_SALT', '@j(xm<_.w@sboc1U5&BLz+dk_Y@|MJU{f,DJ%{9[+<T|HVW$];&d2te()4otXW5|' ); define( 'LOGGED_IN_SALT', '[e_7.cf!;]x+bMmLMr#=sb)l/uS-~]wn~?[~?ay3UD;jNxc%?EU2056lzDKx&c(Z' ); define( 'NONCE_SALT', ':cma!O*k4X:nbG<RV7-_,VjaKaC.ld7YMS43a; VhMuVKnExm !ILX)b_JBIjy-e' ); define( 'WP_CACHE_KEY_SALT', '1}702b$s@,= +:Wgz^GR8:R5Ac5Nlh<1{K TPy`WOYhY&zB.i;~5T5kimyqDBf}o' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } 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';