| Current Path : /home/flapst5/northern2020.com/ |
| Current File : /home/flapst5/northern2020.com/wp-config.php |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'flapst5_wp_mvng8' );
/** Database username */
define( 'DB_USER', 'flapst5_wp_sh9eu' );
/** Database password */
define( 'DB_PASSWORD', 'S76ZG?8gTaQaW^qs' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'wq(GLXLpfk#EKzxI@SIl1]TJ8k#J2!lg%U2-];gLmXlBiIcU3vwO7fcRn*Dh4|/h');
define('SECURE_AUTH_KEY', '8CGVbpGjY@!SsYH-%r~labeI~4WIlStZYgwRG]dLB9&J7Mk-)M2Y3pnBUpAe[oN+');
define('LOGGED_IN_KEY', '[NDWa~iM[L0EA(mt@_x*bePLf!g;_T0l-lL0n[lS%FU#Er2li8On2X;@zQkTyEwy');
define('NONCE_KEY', 'F*8mBk*mg@[%yT2M)DC0@1Mxw#MYzX3MVDFZYS/IVBt[)5+q!(Qmp1meB0o_bLP5');
define('AUTH_SALT', '4*!s#z(TPZf3%%JMVD~Cm!-Ju3r0[]3Y~yu_ea@LwVFH!ZPqwTBoDeOgPYZrAbV]');
define('SECURE_AUTH_SALT', '65-+cI!Xllp!ai7l6+3)~ju&]mB9NQiNd49GY-QT-kcV@GvZfSbegj+]xI)&OgtX');
define('LOGGED_IN_SALT', 'JRVUg]!J:U:6Z[EQz3IWZOS0ydB%Y/FU-1o*78G#Qfmx~_OEIXQd]FeTsl9t*oqO');
define('NONCE_SALT', 'z*tAT#g#8uH(v+0_;GgKkU0(((1Hgb!dROoD*gw[*@mv*FFy_Wl41dy(lG[1|(p[');
/**#@-*/
/**
* 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 = 'NMhrhWGt_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';