MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b744/edwinc.net/daas2/
File Upload :
Current < : /hermes/sb_web/b744/edwinc.net/daas2/wp-config.php

<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

/** Enable W3 Total Cache Edge Mode */
define('W3TC_EDGE_MODE', 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', 'wordpress_daas2');

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

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

/** MySQL hostname */
define('DB_HOST', 'byelemants.startlogicmysql.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', 'mAG$Y<cB{}RLa|bh$U?^hGgX@Rb_bcDH(XuIGQdw?}&&{}>Pwm-b[@M)kAjJ^yVoQ/qyoH]m;/Hd-d+S&obY[<eomKg|tCjHxl(?Q%_>cI=GU+*b^_)-qdEPMg!tEn<G');
define('SECURE_AUTH_KEY', 'ZjsuTnf(vvj-}CRcdzFNRX-XZ[%TP+-)(pY!NV!odv<U/bPH(vUN%/D]&l!zvIwP_EF;/NXleg/aNN(&{Ch$n}eugJ}kUFrIZoVgerV@UajF<OH{nR@!@a|%(krBkI>[');
define('LOGGED_IN_KEY', 'dX/unJFX[NLV=;(|vAt;uX^HG|M?RbrTy%]&Z-$yNnXnL=iTyvswfcyf?T!Ba=?lNpYX>E[ZTo[%g(P&WcCsf/$YYKzE]tOllLn!edknZ-s-ZeyEd/FPn_BnG_Qp$gDC');
define('NONCE_KEY', 'dI/jS)+G|ZRcO!@qEipYPhy{jz)si/KyJs>^%bk%AAyx])c{EdqmTKcSEyrRPdA@v]JcADP>d&f^@dVYVsQdx?<V;SOEzI/qsR]q^JKox!QUt^dNZDhmFMhQ{qYd|V*U');
define('AUTH_SALT', '!_PAybwIg]OSx=T^i|w@iaHm%b<fYm!K_|Ecvi+G/$[e/*Xtj|bTu!i^YbHNSQ;(ETacg&lr__WSHWu+gpQP?mmWrU[Ghh-OxXOaoXA^YRH=]PcWF)vCpowzUfv=}$Nu');
define('SECURE_AUTH_SALT', '^Z*eQmR_?%!>n;{wVWRjjM@bx}{>e{YI<}*/p_VbAd)I=w@?Ss>aH>vXljn>l)znGCtIXYM(+&}{*s_E;d|K^ci><IH@IggPq/RFskgG{D<nb[<T}s<k}|[XiPWYDH/Q');
define('LOGGED_IN_SALT', ';qrNsAAoxj_SrQ)Kjw@=sK)-)XL%u$Jx(@hKGTiusM}KO_uh%CpC_}+^uVAgsh%tCtgonvqhFRZSb/JH+Di[x<V*AOhxOCrAF*XX-loL[Cu=Lj]Bo%|G%To;e}{/(SUU');
define('NONCE_SALT', 'DA|POC[r/c;Rsumg?qAiQ-??JbME}-_eizennf+PvNEtUgnUI/c>+WMrF;@!(o+AGqiO=VuBy^&fG?RWu[_J(F}njUk^!*KeJ${;V/dnh!K;omJBCewKR&dfpH@D?+?V');

/**#@-*/

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

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

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

/**
 * Include tweaks requested by hosting providers.  You can safely
 * remove either the file or comment out the lines below to get
 * to a vanilla state.
 
if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
	include('hosting_provider_filters.php');
} */