<?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', 'trinix19_tute_gfptsnknrkbxvsdefa' );
/** MySQL database username */
define( 'DB_USER', 'dvlijggnmwloclmd' );
/** MySQL database password */
define( 'DB_PASSWORD', 'NykywKlSqQh8KSv' );
/** MySQL hostname */
define( 'DB_HOST', 'trinix19.ipagemysql.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', 'z%W5_N^>$g&UVjSQ^2 MICX1Qc#6i&<x21fe$1]B*i=Wg_5@6C3np8nC~Z|t~JoE' );
define( 'SECURE_AUTH_KEY', 'I!>$Xeu<B=s5YWzi%+abl@]M8(DO_{6VK^Ej=A[Gj`cmZE:&[T9_N^P1cHaeRkWj' );
define( 'LOGGED_IN_KEY', ';j^bfH(7TG%$Q]Z?UF|^;btg3-tL,]e8fP}T;|Q~)~<>n(7%~bi)|WzYW;4P+hM{' );
define( 'NONCE_KEY', '1;<[Z8r:RXQ~vB+jD0wK<yoO8kWJWj2A1D]}/37=(SL[FzU ok?g.3hoIPYDcRxF' );
define( 'AUTH_SALT', 'w_CWHt|p&A,DK]5,DPMur/9<Ow{vu4gWUI}zX}%>>cAY32 ZVL#2H(^2+_}5Oa~3' );
define( 'SECURE_AUTH_SALT', 'W+^-K:sJ_2T:>Mpv`Tfe` |[HB^6t>GH}P%#PrE*gZtNxsC!=V>&<TQ0V4Elka!6' );
define( 'LOGGED_IN_SALT', '>Do:t-&-9>OgE+`Ik0j8}+wAHtfj.T>=&}U9]Kg%.]e?P=gYJ1Dg`h|*h7k= n)M' );
define( 'NONCE_SALT', 'o/={a~yO(R2/L6``h>OoT;<v!;XlN}rsVS@`R6|-}N!n)<O, w9;uF^[&.6+oR+)' );
define( 'WP_CACHE_KEY_SALT', 'kDoEpWIio]|,w^esP}5vk}0HK`}AY]}=6tgB$P-3Y@(0=>,0`}F>=U@R*|udkUg ' );
/**
* 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 = 'tute_';
/* 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');