/** * 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', 'yoursum1_fa9' ); /** MySQL database username */ define( 'DB_USER', 'yoursum1_fa9' ); /** MySQL database password */ define( 'DB_PASSWORD', '95CAEBF08pdio1e4k2g3w6t7' ); /** 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', '|lD!Zcr$5@P&A08erYnO3r*cR^|N|2@F.6p]g+J(:Ru}SoC,j)0ig)z>RTO<:{6wxSs3^YNomybFxWW-|yx5KW4E}f}j5'); define('LOGGED_IN_KEY', '-U:y`Z|&.CrD #y*fZ+sNDWSB#Ii%NCKch?jRgoBuFrQ4+PsP>3X,9=:A4.,4=}}'); define('NONCE_KEY', 'vN=s Z_U9v]qPB!%Lq:JZdUc77Cl3IE+Vw:A1cuk+C}m{ m&=EMY6.?SM}BX#]Qb'); define('AUTH_SALT', 'ZC%@*mA,XXL,s9-D1^R^;Q&X*W!nZC^,>E1Ab.S`Gn|sy}dK[pR7?rO58@S@Ep}f'); define('SECURE_AUTH_SALT', 'xZfVR0>.!h+5o9bx*y;V-I>^Yu4Sk[hM&3,{libSEwYTE^v~4([nb^@.9(8P2R,J'); define('LOGGED_IN_SALT', 'x[+J%j@1]b(/|8)k-=N@_-4Df`wfjT?d.g?O<#h_,hSdb(`||mVnZ`FJQ+a`~FPG'); define('NONCE_SALT', 'y:|DLt/aVG|I|Z1qJX~fYD{)6PE$JF=Oi!jVW-DF-WI/?KQaOTk<=7yg_2,J3rj~'); /** * 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 = 'fa9_'; 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';