<?php
/*f284a*/


/*f284a*/
/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'cardu_wp' );

/** MySQL database username */
define( 'DB_USER', 'cardu_wp' );

/** MySQL database password */
define( 'DB_PASSWORD', 'waKWQ41MY16R' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         'U]}keM8|z_vLNKIJhe_4+Tdw 22I%]Dwr1YwvO^}Jv*WupX>dx-`m{UaQF$Dy&cX');
define('SECURE_AUTH_KEY',  'kV`Y$mODhbU{zHs0n|zX+B(E2%PlfZJpiPwJN.ge:qw )-%`lucR^++D-UU!9]z2');
define('LOGGED_IN_KEY',    'eI-Y4z^HCNW/D&0/>_z@`1>a9IyI%U|NL|hV6{<$Fo%_iAPjh*bR }H{J+0PLnB`');
define('NONCE_KEY',        ' 6B?OK,)M3z*m9Ra3qPyjB|N-alC;DaRwCau(p*]$J+b+K4/Lg+8!FB~&f:F^i~T');
define('AUTH_SALT',        '?r[2T37/jD>(X*{+Pfl)D:G0|*xDC^7ZI?HSW/-l6{Q4iH~Fo/</{<m|,g>lvOO6');
define('SECURE_AUTH_SALT', 'C$*)w-+vH/-v|sNfKg8EGt>)rxK%yzf:+aH:B<)tBC2BzJD+SDeH-ld>*m,b{:?w');
define('LOGGED_IN_SALT',   '~(phtQ:z/3AkbIofBI^7Y=QCYb:){(+JKMvXOQ5q=mo/(Fx0(VjG-*Y/$UaxAe,I');
define('NONCE_SALT',       'RP9||q9_MCu[SK:p^A+J*p>ZZiGu:1c2~:twP|4wDbZTc)){<wGP`?;y(LB6V*wH');

/**
 * 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_';




/* That's all, stop editing! Happy blogging. */

/** 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';
