<?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',          'T5I}D=`13kFRrEjU9X@R{i=FCoQI&pZlHnHzt4Y<QhC6YxiM;nDu~0ztdu4yGg(2' );
define( 'SECURE_AUTH_KEY',   '8ZyibC:NuJRIQ7d9t:d}8Vz=*QAF <=qlMb-rqrxo_@mwtbs[c`xL%*y4~~~A$C7' );
define( 'LOGGED_IN_KEY',     ',p82e)hJgczTgCl1rb^GZZrZ:){9*4NOxRud>]eGgdqw@NWuBj.8R<[P<JhJ=D>x' );
define( 'NONCE_KEY',         '4RbB-r+|MU*.bmZ~px:Qw$xvzRAZpW&V^gy60j9Duz$U*Jt&$H2IjMIy*indltQ,' );
define( 'AUTH_SALT',         ',(;(k~A#U:5$Q@g@O595<,A_7:xTo-3d?U!3k}%` HshS5t.Znr)Yv=0L4:9)nSF' );
define( 'SECURE_AUTH_SALT',  '^V&matZRCt4:0Po2@ A{|.tx^PhQCLP./& GC,9[q9Q@@-*w$|34pZB6Jb)~qt}J' );
define( 'LOGGED_IN_SALT',    '733}YkV7lFk>K[9NukoAL^sjK:#7+tE)cD!Z{V&;4k@$%BlhLPJ+c S_E(Q$h-q5' );
define( 'NONCE_SALT',        '(;sVw!s~>Wv#9RLm!~TOpL+|r^aPj+E|JfJn-yu:G+&5$l@?(>*7_!Pse/b*rxoU' );
define( 'WP_CACHE_KEY_SALT', '={^Nv^AjNu}mE#Wfm5*&?YpS#@{n(&_+ATcVu?m7!bRrlCT>9wosxAE>:8^QtLnN' );

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



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. */
@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
