<?php
define( 'WP_CACHE', true );
 // By SiteGround Optimizer

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

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

/** MySQL database password */
define('DB_PASSWORD', ";xQ?ac;Bp~%H");

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

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');

/** 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',         '1qavp6gdn8ecxt9i1mr3eemip4wkitrkkgc5rvwowitvpanhwqgaxtvvhrxffyey');
define('SECURE_AUTH_KEY',  '9nfvvsnexhzczq7inbiyh92b1f1vn4yrsrhg91owdpjrflwd3wczp87twuekpcy6');
define('LOGGED_IN_KEY',    'dfo2cvqaet0vldagzzf2mvefjcwq8jgntidtu1iz5x8qal1xfj0mvm4fcqnmtykn');
define('NONCE_KEY',        'hnfvd3eiyow5fw9wfinkmetcirkxbejzgcfzmroxhlsqyio6co1ti7vchsgnqrry');
define('AUTH_SALT',        'qdliygrbnczdv4ddxox1us0g2xkrqpkcaouhk04h4xmxmubiyvxs7qa0rxigyh6c');
define('SECURE_AUTH_SALT', 'ahtvdgdkucxhslkiqbipf9kue8du2oduk4vmhv0nyqg3tipof7iy64lflynxya9i');
define('LOGGED_IN_SALT',   'hloipbavbeafs4cmk2ppvuqckumxiorczcvxqtzghsanwgpo7rynrlzkyqlzhcqn');
define('NONCE_SALT',       'youcyasfxzngcx1pcrro5vpfahf6zg9ibn8erzmraecrouerxl9pqfzzzkyyijxl');

/**#@-*/

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

/**
 * 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 );
define( 'WP_MEMORY_LIMIT', '128M' );

define( 'WP_SITEURL', 'https://okfamilylawyers.com/' );
/* 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. */
@include_once('/var/lib/sec/wp-settings-pre.php'); // Added by SiteGround WordPress management system
require_once(ABSPATH . 'wp-settings.php');



@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system
