File: /storage/v6964/ilikadirect/public_html/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'ilikadirectdb' );
/** MySQL database username */
define( 'DB_USER', 'ilikadirectdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'IodDq4qFuhTCFSc4aQ' );
/** 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', '1465%Xm2U/SyBY3+`6BR1,Lm[it=5i{{h9iXx(5yG=&3Yw<JOWLup}LL=)-1y-~+' );
define( 'SECURE_AUTH_KEY', 'M>r%/rigD;-m!:,Rp5~?FjSR.|)+m[y3(d;oXORr_>A{BiA?9q~CRXf,?G_21d1b' );
define( 'LOGGED_IN_KEY', '8i5C4dE-z`-g0/bql2j`2_4<InP$CIIsT`3BZe+Hj8?(&toGP7o,itw;<Qd:S#Et' );
define( 'NONCE_KEY', 'AVru9iFx1vEL|gLfCN!s!)v^M^%=wS:i:5GJ.n9 Z<g?{,?KJFT:c?zLm^gw^`-j' );
define( 'AUTH_SALT', 'bh>;=qf?p1X)!hgQc74C&AolePU-HF^e:]hnCMivl$$[7kmBQ7lDlrb#|}N`[)!Z' );
define( 'SECURE_AUTH_SALT', ']$@gkBMbS$,x`n;G8K|RMn*yUIL{6C@5r]+Nf/6EK{*8#i^KLCPUKR]NblZDIjou' );
define( 'LOGGED_IN_SALT', 'gQ!uOc06V,JGAD?>js1*G`O`r_2-xL}.KbRyW[a,mxopsgy{Ca@Yk(=&)Y6`*{w-' );
define( 'NONCE_SALT', 'b/=$MEvRG3|i-ZVG{FH7v +HyLIqN:?MDc[?;%GI]^sZ@T2BxG,bkSqU X&iRq%E' );
define( 'WP_CACHE_KEY_SALT', 'opAR5r+UH<(1_:u</mjgR3- g3XsG`YXVQ-!:BrQS$V,OQOI%/SaCBJdR)&JXQZI' );
/**
* 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_';
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'bAI4oFWzvQuGX72e4J7QOIPx4' );
/* That's all, stop editing! Happy publishing. */
/** 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';