<?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 ** //
/** 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',          'z~$<L%/318Iuy#6ywrAPz;Cvsd.i2f?_FHGZM#Uh2}m]6=THI8TtV`Cmhb0@g4lN' );
define( 'SECURE_AUTH_KEY',   'uq!.O[5aC4<CuHey~*UWA:s(ff@zkkeW4]DtO=iNfe#<fSP,:>:vk5N+T)79<^|=' );
define( 'LOGGED_IN_KEY',     ')j~4;NH$3?ZoN?H?pj9;erfGB3=,20p=4{>Y^|[JHx-T=]+Wy#$KfW([UvpEAMi ' );
define( 'NONCE_KEY',         'Y_NLXFa`y[+eEe/]n|A{~bb,<it?9e_5xO/Av_I~Ed[Dg(mna Wy&uAKHF)$@Nf+' );
define( 'AUTH_SALT',         '_P 7X kU9xyD]0*I.P|MP(xWJv[s7`&EH/8k0C7Gfl@n-D.2AJPC)NPz=5}O3Q?M' );
define( 'SECURE_AUTH_SALT',  'kQX_/6WQ%[vaB3fn,eIpLEM/DNh`rfSUe<-BN1j!dN7VcnA3OI^u0IM2*B>iv-d^' );
define( 'LOGGED_IN_SALT',    '<OU8NZ7SZAs.+#jq>P1;Ng]x(>+HC&HX?3VV-Mn4Y=f>.t9V6D!.fN8]D&WC9U(.' );
define( 'NONCE_SALT',        'BIw@8gUmU-!4?|6?c0Pc7(uS7[@;zH 08ez^.CLT=l=@$n:NNtYj+-G]&`+G|jno' );
define( 'WP_CACHE_KEY_SALT', 'V*5t8p_QXiUE?/!3fNs^B&ScW=!HFu7`>&Hph>@sT@K`E^sfZY*mib JYp<Aj-8P' );

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



define( 'AUTOSAVE_INTERVAL',    300  );
define( 'WP_POST_REVISIONS',    5    );
define( 'EMPTY_TRASH_DAYS',     7    );
define( 'WP_AUTO_UPDATE_CORE',  true );
define( 'WP_CRON_LOCK_TIMEOUT', 120  );

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