<?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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', "dannyvola_wp" );
/** Database username */
define( 'DB_USER', "dannyvola_wp" );
/** Database password */
define( 'DB_PASSWORD', "KRyk3SumLoGg" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'AsvA]+^j%]dA$m2:>x}IK};BsyyDp)nV|rVf<.y~D{,Pe&2- pN>0Gy<5Gh{9qAE' );
define( 'SECURE_AUTH_KEY', '#_(;rc36FO,x3i}`?&^[2xk^GI.-~Au#9IMscT`cHi?G$>9`$~Kc8WMTk C_ec&X' );
define( 'LOGGED_IN_KEY', '}tY$QPmhu/M:O;8PkPz0RQ,bAnn7V75/tF1=EEzy>%5eMiMi_#=,(i`40Y>:{dh:' );
define( 'NONCE_KEY', '*X60`yHjBV(#rK31ZLmdm]];}7s+7eK1_<~qd(.ztIw<Zo?{YEqSI;~@$bTR7]Q-' );
define( 'AUTH_SALT', 'msxJ_J5jW95BWe[$raAgk6P x=o=7y`9qf}m1#RRS|3mU-{GBHK%pbvYy%~p|>%s' );
define( 'SECURE_AUTH_SALT', 'Ylb@<]m98!4W4xe|dw~8SKk>p%=gpNfP[EL>^<byJw}a,^=4s%OO({=Q(aU3yWFY' );
define( 'LOGGED_IN_SALT', '/7CLCpR22.F%i2SPT<Cv^mieHmYY2HUn(!=>tOyY{c~J]nQlIFN^`Tt{,3|w6@mg' );
define( 'NONCE_SALT', 'pMHfeUEk/l_6jefmcv/SgG>$CZOTfr7uD~k=H)>@4lN$tOmBcm%]Rs2#IwJhgO57' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', '{)tvx>0]]mOiv>)~//66KbT^ wkykZ6Wjz9Kl&_Tig}T8@Cri6SNlVsBrDsz#:Op' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Name Last modified Size Description