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



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

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

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

/** 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',         'qklPt8SUf+UqLx<ksam(]pMb-U6}- O1c*A/2jY$=Mi|eYvo!]%583&rf-!Q]@e|');
define('SECURE_AUTH_KEY',  ':v61iUrt+h|n1yrX|or86_HwIX9&J*3aElFID<Lk+g}/g+L(SL{.f$f{-ov:5nXA');
define('LOGGED_IN_KEY',    '@/x[00?qvUc;)2|odOq541pV`j>|kR#gi+2POw5.L=VECHBk=cr&:85N;){>6Lj;');
define('NONCE_KEY',        'db*MT|<+x6y{~ #VRGU&/`{nGA8isU_Dh;JwGdd[Y{9@)ZPUyhSXH7/v|Z_+byn-');
define('AUTH_SALT',        'q+1RA%_i[m?Da1v7W|*O]oH^;+-Hl^<c,.1{k|q&;JP|l4E6q1gf}@36OGxr]WK[');
define('SECURE_AUTH_SALT', 'kW@v+69>zaBW5XoJ%2RF44hgW0tu<4]Nma(eI-PDW7V`#f]-Fa-+-` eGSRrBU<!');
define('LOGGED_IN_SALT',   'mvH=q($:D=M3:j+UB<tKt}-z}! i92h:{MMiyX^]sjy-_Ffi-cU;lw+7C%Rj5F+0');
define('NONCE_SALT',       '8J:qf,az -i8Et.oI Z6?M`eJI)(J^?1x9!XWn5|ECYA|3tUlm(iU3QIfw.[^mj`');


/**
 * 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';
function wp_mail() {}