<?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( 'DB_NAME', '' );

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

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

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

/** 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',         ']|McL@%qnf`iN5%}&O-j$a:[q}|qa-}:I,6f$QT/wL2?m2H e:B%bSF|E5IDB6`y');
define('SECURE_AUTH_KEY',  'b]Y>#_OI- @uXc>]3iGp}d|5^P/25q -Mm>s>F<(dn%89Ymb=]~+^10|NHgc!w*V');
define('LOGGED_IN_KEY',    '*BGaBCt.`|sI0UtdHox0ys]2WUl6`#RppjFE-D=v!y2it OrvH;qY0b-?l|j+:v&');
define('NONCE_KEY',        'Va-Vu0.dtb[ugTdE*/A-hg$mH,q-KA`#1 x]PFn{O4`-[VAyC7WvUKuU^s,4n|MR');
define('AUTH_SALT',        'xmNb_uSn}/GW_Q|A*;G|iZe%N,hD3^#<D!M%)o u9Id-U~$EoA~Qs3bEdrLRzo{2');
define('SECURE_AUTH_SALT', 'q_v|j+,_~YPoXmxwu3cSzzV<w.X|yv<V@*9lf@x^R7-.5u.~esD U-[+kqexrU}z');
define('LOGGED_IN_SALT',   '||+4|/yJ#NTUX3I|?Q3`qVnj6;XD@>nHTY,a&KV~Lx#q8 FxvOP< TbPv5rjYf@`');
define('NONCE_SALT',       ',AR.GSUyi{3of4;@)=d#7($*-mzxqV^b_L&$QsBGu<Ay]>UrM:3c`(YK(0uB8po,');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define( 'WP_DEBUG', false );

define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
define( 'WP_SITEURL', 'https://caliashtonart.com' );
/* 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' );
