<?php
/**
 * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/ansellsa/public_html/store.optimistsupply.ca/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'ansellsa_wp_5llzf' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'SNxb1jQi9$g43$~S' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', '&[8wFYy4[14zR4]Zf@n~2B1kq17Cdyd_w#*H29011dG+k&fiPB4t;Q6J[qO33a-b');
define('SECURE_AUTH_KEY', 'Icq3yP3FN8xK7!|)20v#+QEs29A6y|PQjPv65~F~Z_aKR8f%~3;p4P6dzXc6Ek;!');
define('LOGGED_IN_KEY', ']DOzQc@492THYkFf06ZbF9fo(PA:Z9i~0+3o00Dr56P~%]QPs)0G-*jTEAF8-V%N');
define('NONCE_KEY', 'Xv|-&P098+j0lJ4#F3Ny2Q75*iJD)&cai+Xi121Z~&8[)4V63@7+2(9Du8~_&AN[');
define('AUTH_SALT', 'N*30aAA%n6mn|6pB4vAUY79V5q+%ZB0~L_GX7AUp+0UH:/!a|11(8rv8W+ca0KX7');
define('SECURE_AUTH_SALT', 'VU_+LMj[A22:SK[|/I8w7(w02zYRkEd1*oQG#GGmzWIL]A4VL0PI6cP;u98jI5_Q');
define('LOGGED_IN_SALT', '[UUdqsnwu1*e%35v8/-0-5Tcs@lf1lsygEbjChSSFRh+2fX3JiR3IR;LQ[x23o1x');
define('NONCE_SALT', 'cT9-CoUcgNe32E4+23i__+djj#vM1+8W5lNMF459P]18#I*Kr9Hwl0]8*&l40mX6');

/**
 * 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 = '4RT7HY_';

define('WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'store.optimistsupply.ca');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

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