<?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 website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'jfconcei_wp556' );
/** Database username */
define( 'DB_USER', 'jfconcei_dbuser' );
/** Database password */
define( 'DB_PASSWORD', '6Md&kg4&' );
/** Database 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', ':|rpbFJz1tQU^$MkDAByB2Q] c-Nt05c>gX|iKWhX{P-[R^7w,z*3s%8M*rdk?5*');
define('SECURE_AUTH_KEY', '7{+]rKx|f_hZdX{8d!kua~R|.Q-@ tjYb+7fxJ#wes1k;_Wd+<dmJ`NeO@k()7R0');
define('LOGGED_IN_KEY', 'sw=zi`c9`/B>hZiQ!wg0+.y:;u7kNTbi=eP3(kkjz+Z 9g?7Z+%<(/3o&LqmoK>i');
define('NONCE_KEY', '$.66Md&kg4&~+j!cwzoijnsPu2{xIG@0>*]#fk?DH}-]}t=7EN+6Ja|rn.*_G^{c');
define('AUTH_SALT', 'W>b9YA1cL wq|eY?S19}B(-cmV5`OH%*@}U+_ku|d9hmH&ynLRMe:c|NUqX-;CXE');
define('SECURE_AUTH_SALT', '+tdC5CB[nFM?T7Y-t<3LIB8,2}VJRI?XYONf4|EpHO%hK~&Jsz32rGmcxY.xKd8D');
define('LOGGED_IN_SALT', ')i+l5:zH3?UYaOO_1)u&+&iJ.|LeXzyPNu?oH!pxuaAK9/+73lVEAx([c-nW-zcH');
define('NONCE_SALT', 'E` Y~ &<nGH!=VJ!OD}oh0b[q!d775LIAxL@e%T/Hh^if_<tO4^#<+)`w=?j2*J]');
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wps2_';
/**
* 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 documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Name Last modified Size Description