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


define( 'WP_HOME', 'https://petexpress.lk' );
define( 'WP_SITEURL', 'https://petexpress.lk' );
 // Added by WP Rocket
/**
 * The base configuration for WordPresshttps://petexpress.lk
 *
 * 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://wordpress.org/support/article/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', 'petexpress');

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

/** MySQL database password */
define('DB_PASSWORD', 'Px#PetExpress@2026!9K');

/** 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',         '~m;.Pa*v_R0d1 -vq[0{-F{n2]T}+<c3{-ZNv!uw*>j*_3J|B^!1kgC!}{*MXa1+');
define('SECURE_AUTH_KEY',  'wG@V&O-y LPUd;-*t:@Q]*]&],_|Cp=a>`_b#0XPqqYM|a(Hu]*=+*iA[Z+jFgUX');
define('LOGGED_IN_KEY',    'wrS]`+@8cYm9]<Ch1+`[Lk;T$P_1$)d!4aF+~`m1,IQ+tI`+;,X,-W/?}:lQuJL;');
define('NONCE_KEY',        'ThWRE 0#_NsMN+Dz@k!MvK2Zz8B%4_ySI?_0kWB@m{}8V,@ghfMsuq+qP>G}xMR-');
define('AUTH_SALT',        'yl$]jt_y7+I Hjl)ztL}|Um$eNV}^Cv:yO~|iykPFS?D:OQ#+=4!kZfR7>DY}*nc');
define('SECURE_AUTH_SALT', 'FtEEltHE;=<VCS+(W26e?UU0l&`)qa+@&gjPWF@XVF|meUJA[rRVBmGGG6>+|rL%');
define('LOGGED_IN_SALT',   'B)UB}d{mwv>KC$e,v=o4WG[6?U(_#w%H+DMnRA.5BAn:Lj<T38Vdx<MF,ABn3@46');
define('NONCE_SALT',       '1<D_oY0)dbts4{sspq:gh-z(EVy)9Lt![%d~]H,1{Ze;684Zvjzg}I9#uZeRul;q');

/**#@-*/

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

/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define('FS_METHOD', 'direct');
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
    $_SERVER['HTTPS'] = 'on';
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
