<?php
define( 'WP_CACHE', 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:
*
* * 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', 'u344267476_f8263' );
/** Database username */
define( 'DB_USER', 'u344267476_rfDMm' );
/** Database password */
define( 'DB_PASSWORD', '5kbuq6BT3L' );
/** 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', '2RMeREQq=M0KgT|AJrl5;Od[Y*oAKfz*l=8vhij1Ouo<WsmK: 3_PlBiv*PWW}Ym' );
define( 'SECURE_AUTH_KEY', 'x>4~-aA~7w0tN{OV9FY@$> $G& 5}03HgGEjc.2cU PRE%TM_y Bp./<.cKXu/:!' );
define( 'LOGGED_IN_KEY', '/<N-laN*j0YqSYE,)Z11=a;R#KgPwdP<|H(Gg`JtXa+ Dj;~od`h.G1vMt>Bz7o@' );
define( 'NONCE_KEY', '*8s,/2HEU-tE^aDu /:S3O9rc5@z>H8SigU&pbvQ]TjCOlCLF30a{7qX+WSzP&Kp' );
define( 'AUTH_SALT', 'pE%hR0b@hmyUUb|D#,|o-*>arJ108*e}L;AB[cNF^)Lx9XzxN]:/ZPw;ZnrO6j1 ' );
define( 'SECURE_AUTH_SALT', ';JKDeS/iQtA2s8zd0?)+p_P#^DO9pUr>e`i[{m,r)*L9i>jZBf,U@.& =@/nHj`V' );
define( 'LOGGED_IN_SALT', '5Zx[0*1EW4m+{N@D4j^,J{kc6H<l>j @_]tXXnjhKM|Km3JwNRhZpX95/N4d8T>1' );
define( 'NONCE_SALT', 'm.x2l#P1LpBEfC8n3LS_7_&X>x0J0a0KSD7!qdAgx[X?20$UDD<f5}|c@ptguCQ-' );
define( 'WP_CACHE_KEY_SALT', 'dtf7jzXD}nh4Cx?C!^;^_qsuVC^ywurw8WKet^}L6mmw_AM|3N`W)7zk&=~h4>/[' );
/**#@-*/
/**
* 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( 'COOKIEHASH', '3fd9ac256dfb729f8517ee99fdf9f11e' );
define( 'WP_AUTO_UPDATE_CORE', true );
/* 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. */
define('DISALLOW_FILE_EDIT', true);
require_once ABSPATH . 'wp-settings.php';