File: /home/yalenocb/dachistore.shop/wp-config.php
<?php
define( 'DB_NAME', 'yalenocb_wp106' );
define( 'DB_USER', 'yalenocb_wp106' );
define( 'DB_PASSWORD', 'RecoveryPass2026!' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '' );
$table_prefix = 'wpdy_';
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';