<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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 - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'tech-guru1_crk8_kdlalovapugbcasg' );
/** MySQL database username */
define( 'DB_USER', 'ajpbvqbdqynysrfb' );
/** MySQL database password */
define( 'DB_PASSWORD', 'kUJuJeVSdQhtjPr' );
/** MySQL hostname */
define( 'DB_HOST', 'tech-guru1.netfirmsmysql.com' );
/** 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', 'c8khV-$EkcL EY/ph/{=)2AiO6r+,gNuDUJb@|vAdle4 Vyz@Dn#2{:W$8LFnht8' );
define( 'SECURE_AUTH_KEY', 'bf0JH2ULIT>cj:2YFsY(UFE)x:y/;MP+/:X)njR@)HFs6/@/[xnK67(T*$eo[i8p' );
define( 'LOGGED_IN_KEY', 'yo!!+8@Egh!Wov44 )dRq-V&<<+*Y<QUGKbm.NyK~JniDgoJ|NJ3a9L8p-HJ_FSD' );
define( 'NONCE_KEY', ')+r=-FXggz?A0mP;tL?W{S&{*+5-wW<b?S&]Z1*_Bn/71TK-+mdAS_K4ySMZ5JSd' );
define( 'AUTH_SALT', '1L(B.;GQQ53t.AG8pg$Rna&}]JS&!sO@J{*0AU>J*h}Cf0s[pP)@0--<B}#$Tvmm' );
define( 'SECURE_AUTH_SALT', 'nu KPrG8!>bm9 iSl9p^~1[L:a>+FI#,RTbRPZf:LaXu-OvQ:hf~?sut~@1uI^J?' );
define( 'LOGGED_IN_SALT', 'LNpw^c-%ayX`cY!&~cT5;9<Pf*<F86ppzY=tpFvx,/2;#1Ca_A#61+J+)5D[oO#!' );
define( 'NONCE_SALT', 'ih_u0f)0<plEOmoYpeJIj?.M5l@T^^q6b+(qZe24&^4g)yy;4=@$}8B`4mit*T V' );
define( 'WP_CACHE_KEY_SALT', '5SxWLlGMsnI:,Sl,}JbcwH&Ta}4H{71-AIl5*[tkXnaO:j~A1ewSiq`w|uW~!tk.' );
/**
* 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 = 'crk8_';
/* That's all, stop editing! Happy publishing. */
/** 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';
define('FS_METHOD', 'direct');