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

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

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

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

/** 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',         'A)NqzUu2 &_[+`7}SziQ-/j,2g)q~7<=3TI*N%}DXUzx>vutXb>nJF3h)SA8Fkj?');
define('SECURE_AUTH_KEY',  'EiH1/+x*}&s RX)vjO%DXMb-?K5N;{B +=if5@7;`zq;*SggT2kGCJiE]t~dsTJp');
define('LOGGED_IN_KEY',    'vTJ=ectA@ObpY~rJ+41K$IbvNR3 {V)/RIW+aSyRq41mvw/Vg|-_]C-O=V~hl/<k');
define('NONCE_KEY',        '&rBW .R+=?`LtCwJB&`dA>S{x,h6f J9cdxP/-|$B#hBEy}LVw6K`->$up?#7%J6');
define('AUTH_SALT',        '^2/$@hA-RWQ<!ApZ`1`6+F_kgSzQ:8Ii<dK$?%D/^_WDl8nDl*et#fP*i,VUu|ms');
define('SECURE_AUTH_SALT', 'zz*:6;z/@<YNb?B|&XULKO?6o[M3?X@GZa7r03{Kr$^H?BK(oL?&46Z!k]W4Tc6a');
define('LOGGED_IN_SALT',   'sjPNO8)BrSMkp|h}Ll!]U/#%f8kt1k-lndWuk1f=Gy<-,H%/`p5s~#Slq+rOWml=');
define('NONCE_SALT',       'ZhtY;tGPdy$eJ!QB#4$dXS6/j?n;{rFtb[#<5k|<N/1l2oz^YmExf0oSK@e+5&h1');


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



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