<?php
// ** MySQL settings ** //
define('DB_NAME', 'veepveei_testing');    // The name of the database
define('DB_USER', 'veepveei_wp');     // Your MySQL username
define('DB_PASSWORD', 'QDamSKWe'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value

/** 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',         'l5AMY4uflPX9V5LG.#lGx|wncqpgL5<CXY5Q{KG(~aj`15kn++GopM!FGPo6l$j&');
define('SECURE_AUTH_KEY',  'C(WH6^n}KJyypPQd|J]5)9z^#()+|P^#L@0)KwRG[HDf+o,tM5mnQh^5U/SfWT0`');
define('LOGGED_IN_KEY',    'WIvcBC6kl6dv28jY+MgZ-V^A+AFDS-l==ZEA+Gg_!U9]-w?U>9+:$=5`ea(1A0J ');
define('NONCE_KEY',        'k9!r([LG&r^9FL -~^f|.Z8XK+Hzy>u:A$F<OT,ZyZ.C]V07$[}-M7,WqZW1K+4D');
define('AUTH_SALT',        'uy=s!7w szEjH msl)=[-tsSoGaUK-e^hS>kbm8Xe@?Lu5L>%|o-zvW<J9lnS03}');
define('SECURE_AUTH_SALT', 'B]F!NUY~-`pKX@SmRcPs52RSF+ayg-QIV[@mm+Dp,`|5Hw| Ia=p;?3*,e%qfw:o');
define('LOGGED_IN_SALT',   '|S-hHk**qpB2F$1ASGLpHU,&;XDWNJBze[2;UgRti#+,W@T:s+ubf2C%ILa5U3q.');
define('NONCE_SALT',       'G> /xq}uM2^KQX|$VxoP)w+{pO,^(kT^/J@x?Bb #M3;a$K)B#1p{FV$bO^{@3b<');
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
// Change this to localize WordPress.  A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');
/* That's all, stop editing! Happy blogging. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
      Name                    Last modified      Size  Description