File: /storage/v6964/2foodfactor/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', '2foodfactordb' );
/** MySQL database username */
define( 'DB_USER', '2foodfactordbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Vb4plE9SIPDSCg3NLC' );
/** 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', 'F0uo*qSb-7;2TCJ>$`hy`INDnz[Z2$j3FvL%ytN3NK~$2ui82N3J7L21VeLXo8V ' );
define( 'SECURE_AUTH_KEY', '.AvN.R&U3xG.*alz1 Z_mIr ch=FKzMB$&DH|Bl~{:D?N/0]J.#IQMxuF={J&pxE' );
define( 'LOGGED_IN_KEY', '}vC7^<08;o2~Ai*#8W!/tn`v*[Cr~Qf,E5?--pj#l>;E9eRG3%kkL)|h!>eJZT*0' );
define( 'NONCE_KEY', '9xF6~A57M[],ZK=^a:@e FX6+.Qk<0 J%w%IJWEbwxqzO.yB.q@X6w}ge{Xx0fHO' );
define( 'AUTH_SALT', 't)Q$5||;26`3gD|,+_}x=oIJk3UY)LSkm08xC3S!G>!qSqbHbP0Qjvc#lu5]+$UE' );
define( 'SECURE_AUTH_SALT', 'Xg#!K-C+EvYe5MR9iqSU*|;hVkQDZJIVq[U{/Q,:|fJHIQ}^fu!i*?I?2]` >f5^' );
define( 'LOGGED_IN_SALT', 'N{uoxh3F&w@+EEW9s$K{`Sx$k:lrS_x*1=l!|x!Td+3[XmoU&k$@Dog;D@[thM=;' );
define( 'NONCE_SALT', 'smBAme(8+)8(eDTOlz]wl2RA^5LnCDT5I#[!M*@},iTf7QO!I7WVL)ecn}]{=QoF' );
define( 'WP_CACHE_KEY_SALT', '.vwR6gki]A^%k%o HKbedAW,iz6sm?RC9y8w0PtK]|]K3aD?39:0[(O^Gvvzo(Z}' );
/**
* 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', 'VfSvB2nt0usnc7chxYJXRPW5l' );
/* 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';