File: //home/pvowtcbu/domains/nadiyalviv.com.ua/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', "pvowtcbu_wp127" );
/** Database username */
define( 'DB_USER', "pvowtcbu_wp127" );
/** Database password */
define( 'DB_PASSWORD', "p5SW(Zp.22" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb3' );
/** 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', '3P2,jAd9&x4ujX8m3.UDfeH>eke2&B>yWrHyL^,t?w%8TmZ.OVUj,YTeRo@R-Ai)' );
define( 'SECURE_AUTH_KEY', 's[<~TpCZNp!9;|rQD*5$PWaDExLA>U4&w49NT$taK5f)3%#n?PL}= AgDGd{pQLJ' );
define( 'LOGGED_IN_KEY', 'N|g~5EL0=;|gsur8jmPagZmwa^NfB[#7:u@k~(6IK>.N12xJl73e,AJ@j/`O8C$y' );
define( 'NONCE_KEY', '*]avA:BQbK@*Xfi4SVVTDy!-!SdUck~g! OJ%RH?]V@:t`M7;eboh|uRW6+s3sit' );
define( 'AUTH_SALT', 'Ii:|ovV;l}BE)h>h#V.vxg*yvMbS3#RcX<p0!{<}oppl9yH;]B&H cc4Ar%fR#pG' );
define( 'SECURE_AUTH_SALT', 'NN{Mro,6{s=`0Wk+_%1N*z[q$K1D&RGp?W<&;f2%<q2fp&M~]P!9%q(}bE#6n=WG' );
define( 'LOGGED_IN_SALT', '7Hp:Vp`MPSPN8U19s{Y=x!]N`r^Sv?Syf/+X<bigh&Y.(-}s@l:lHa2Uyg%jcsir' );
define( 'NONCE_SALT', '|.!RC^H9(}Z7Sdi^]JSdUvioGfOzv3ckV7+:|{Ve,YVTZ$pwBUj.7&a5#Jl|LKU@' );
define( 'WP_CACHE_KEY_SALT', '9uV`TPL{!)iuC,K<PR8RMJD)nHH,l`F/Mqfa!JfVo/zr2iT7IE4c4nB[U;E7@2.<' );
/**#@-*/
/**
* 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', 'bd0e405c78e3377826aa5c0158b824b7' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DUPLICATOR_AUTH_KEY', 'raqHz[zJZ_lt#-=LaJ[$Dc:<F/90+kh%6MvrFvncz&9kip7|tP=@-HMj#mw9#<14' );
/* 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';