File: /storage/v6964/foodfactormainsite-staging-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', 'foodfactormainsite-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'foodfactormainsite-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'FVpIxMtrPGdmAYCXPO' );
/** 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', 'VW_9 o_^5V7N}<nLcZZEVO}FuMdR.hhv@b(RTpvso:E?mXd,IYKzCH`<eP=)ZMgv' );
define( 'SECURE_AUTH_KEY', 'F).kB/4^Do@&6nB&v3m6v;*[hau>HmC1JCcy$/H@EGM9 yW-8L41uu98N<@* Zwt' );
define( 'LOGGED_IN_KEY', 'sxVMI$VH*rUQH3[r~bK/K;r/?{sM:hTT9x9>SaxU5Q%R@6,&ZtwD!=ZOUM<S^dCy' );
define( 'NONCE_KEY', '0VbvW2aH!ZY6N6sXk10%CQ2Vl| kS<.,:&v_}vVudabZ26k41cacN>2|$Z8KwI=r' );
define( 'AUTH_SALT', ',JjwX@:Bj+UC|lt2OPT|%EX,wr67Ptm_y!^>hXy,hBSe?T(HuIt[>U5/Sdf=k%?+' );
define( 'SECURE_AUTH_SALT', 'Jf8<v{9! rBdPKd>S<Ih7#S4Y!-i#l,tXA0Av2M[PkQ%,!YAlDZh%}Fq;{.@Eb1 ' );
define( 'LOGGED_IN_SALT', 'j4-YFFBMdC_2a=+Wz<9@ZLe{0N^.lc}ojPD8l?bJDKdDw</BKLU/wbYOlKxeV[%v' );
define( 'NONCE_SALT', 'kxeL2Lu>!dhp)Wh(/ow|1l6UWA]aJkb9I-5!F@XTB&<uR/nUJ&uw&kE2,YnzGF:I' );
define( 'WP_CACHE_KEY_SALT', '-g!/lL*6`AaDg1Q9Pwo`;[v}DE{^LI5^:exGt&V vU&gMPR8FM8wcokv`|X}&Q)~' );
/**
* 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', 'dFG9KeE5Tb3CtbOkC6kO6ukbL' );
/* 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';