<?php
define( 'WP_CACHE', true );


define('AUTOMATIC_UPDATER_DISABLED', 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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'cardrly_Db' );

/** Database username */
define( 'DB_USER', 'cardrly_tgaber' );

/** Database password */
define( 'DB_PASSWORD', 'Eng@2024##' );

/** 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',         'J@=XCV5?*3D=G}}eX[)AW^xq;V<^`&?&fC~WHW>@LOsDU<z7lpQsQ$@KGjFiwjiW' );
define( 'SECURE_AUTH_KEY',  'l9Xu;D[=PiqW7a);HNTDfnv;w#C6I3_&;89#qWy5&qkXk=^C|sW#hh{G64:h[ySU' );
define( 'LOGGED_IN_KEY',    'OpkB{i#lNC(D)_5 H1;%Op1WZO#Y1)^YWqM4dl+BC[Kr+1[AA<wq/(9-e!Ca![zH' );
define( 'NONCE_KEY',        'Xbqx0dla)uP}x6=b2|_V-5}rNecl|G6lB={2%AXJ0U:ntLw5TlQzVW]Z]WyMhWL9' );
define( 'AUTH_SALT',        'q2,/^G*M@u s_f=AsYAjr?).i$_7/,BLX)I5)PrxikL;I>)ha}xphg&-c=AHe1cW' );
define( 'SECURE_AUTH_SALT', '&iia%aVDiBg[Lsvc<4~v,uzvzZ7jO@+Uys<Ua=k4^Vh72oT:8K@=$TbtTp,81*HV' );
define( 'LOGGED_IN_SALT',   'CxL-HA&N;=&}^lqyp56h4!-{=s`e+]L^;7]Go, =-e=do}z-&XC?R,(n5a2gI!x>' );
define( 'NONCE_SALT',       '@A)5%/jG{K5s*HaaXdC~tMT,S7XW$zp ~4><@-q}%`QJ!Z<alG1{.|GuN}([zLLB' );
