File "wp-config.php"

Full Path: /home/u914632797/domains/lawfirmmarketingninja.com/public_html/wp-admin/wp-config.php
File size: 3.42 KB
MIME-type: text/x-php
Charset: utf-8

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

/** Database username */
define( 'DB_USER', 'u914632797_rOAWR' );

/** Database password */
define( 'DB_PASSWORD', 'BT2NO6kcI7' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );

/** 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',          'b93=AC2<&!Z,S~;>0@)l L~PV]abD (C_6=B0 %^jl;C<=jpdygy[F37D+FJ=n9K' );
define( 'SECURE_AUTH_KEY',   'dO)=BBrXL;jVHWZ6hO|JAkn<dNTu+[:[+vp[AE.(R])s@CZ/.OiBG[XbEU(V&H3C' );
define( 'LOGGED_IN_KEY',     'vS:62EEU^DGZ)Apl|7C}Edsb54j/NTw/T<X=RquG{C9XRBXBCq~5Joxr|O5I|j,k' );
define( 'NONCE_KEY',         '#L|&BO2Ps>EC:q52;CRRo`J{8ApYt/fBd6e!ItYQC;T.ZmFHb7,E+U&43AKW1rTg' );
define( 'AUTH_SALT',         'f`^}LUEM1iCdn,fvf~bmaIA+ C{cq2Rc1`Gqt|HJ=^qiKJ%GF31*xNS{S<!<8r7o' );
define( 'SECURE_AUTH_SALT',  'Br.ZAkD^a$a}5-km{lCARa0vz,U0;@2Da?g%u)`4K!8b~Qh`9NX1n(lX*9y6S?vn' );
define( 'LOGGED_IN_SALT',    'B;DR6g#hZ}_wa0+$g#Fvm:pJj`K0PuIpAz+*$3h0pZmON;}-IwTW8]O<%X6m+)y)' );
define( 'NONCE_SALT',        '4O7h5EsqZ!JY1iND..!M%A~lOZ(Tc9X^,Yn<e&CT6,+PX[:Gv!-P$#,0I:cj{EiR' );
define( 'WP_CACHE_KEY_SALT', '<<+%77y${7Q+pU7[G6elOE&$rL4[:;c$>KnSi -NQ;U%Q(IZ%Hl5jFq ~M T5k~s' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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 );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '484be9b613f7bc45fcdc7289acaa55bf' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';