<?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', 'u865067301_V5Cxy' );
/** Database username */
define( 'DB_USER', 'u865067301_t19z9' );
/** Database password */
define( 'DB_PASSWORD', 'C5rgNUCS5o' );
/** 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', 'OqZ1y`O!BOW{Wi#f[e4V<d9(IRKptuU4(gC^u;S7FU<3% SSCH^S>P1]kPUE5?EE' );
define( 'SECURE_AUTH_KEY', '8{w|B=aDTt87vgV.{N1Nq{o>hqJb_q<=~]@;fzF^e^$Dt7%##)Qd=ZuorU=pM,jl' );
define( 'LOGGED_IN_KEY', ':wGMiEd|m>uc#9{k/fJ0o1kvzpXgf#],~ie~UEi|FZqqJf@c>Jvo`d3VON5.kX`h' );
define( 'NONCE_KEY', '=S];Xb%C0Y^cmC!9?&9|u@9l}%-pK#-EMBipnTni/*dM*&~f9r>V<vnIzeX<ZP' );
define( 'AUTH_SALT', 'O+po(CZqxB_JLK$V6zYdd;~m<&<xtJLYk<6s) tc%Px96m<T9}<(GEdLd0-,I8{:' );
define( 'SECURE_AUTH_SALT', 'k>s])3?VH1g5E%1=B;3):@uWOm)lA/zoWZ<sG6E]|/jfwdh&]7j5~.,_)K>B?z (' );
define( 'LOGGED_IN_SALT', 'v|~gpCG;iE Vx,s#T5|i30RF<^lM9.NyM ihi;/#^wW*=pn^glXR)UKU=*PK5 1<' );
define( 'NONCE_SALT', 'zG4[EkQNfY*8naA;5by7<p%^)vGA!uUns&[p=Atw=^Xrni84_pw1.!6-L-o1GehT' );
define( 'WP_CACHE_KEY_SALT', '4=bV~O!rk0?7#n0VW{663fAi/_jSYM6@TT2IU K{t_5#EaR50F?f$*AR1K(vblOR' );
/**#@-*/
/**
* 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', 'c3c87956dd553932d32284f9ff6b5b47' );
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';