File: /storage/v6964/foodfactor-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', 'foodfactordb' );
/** MySQL database username */
define( 'DB_USER', 'foodfactordbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'edmghj759myq0TEnKS' );
/** 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', '72b|+m/4NmD*3WWE2EaD>81]J773qblWKWdPi_v~+j:A5/-Z+([.gAA2NO%o_kLG' );
define( 'SECURE_AUTH_KEY', 'DFx$-Sqb4d*[h+6s}mo#*D_p$H!uDd%PIe^v)XhR~vzY3S]ecIUxLc:-2DB@pvc&' );
define( 'LOGGED_IN_KEY', 'Sy$z:Cc<QRg*%*CpyQkyGw+$,%tiW4YSl#t*H .s.O8)&c)w5n5~~$t&k7A=_N.8' );
define( 'NONCE_KEY', 'tjrNcXNGd,h<p}x5yQA[~0GZ5S|T4UNg=p|V=s3P1K!!IaGa+6]D~ )u9-0DHQcY' );
define( 'AUTH_SALT', '_hu}nzkGByb{})bFYrCy)ex ?WZQfvY(%}grSRbmUJsJ(3qoJ)H+XOGJC`n<9h?&' );
define( 'SECURE_AUTH_SALT', 'c3Gu9~n8j@TEPc)#ig3X<P1{P+=h6:*>Ob-PA*eI}N=~B*qFisMc)=.9BN?5O@sp' );
define( 'LOGGED_IN_SALT', '.B41&5(U lu_V^y|/,V1ImXg=u<y!tG/>*eFq*,{ZZeC7u#~To0PTolx?:?C_S(Z' );
define( 'NONCE_SALT', 'L#y:f)8u+A/5xo]j%]YEf/4|gYh~HcV*TO~luv5@/=tr#l#LIY}+at,uSY+n_sWR' );
define( 'WP_CACHE_KEY_SALT', 'p~I7*3Wxg0s78:ib_CHymWGR`UlpGuOdy(>XybR3SuKXN+iR@Q%HckcE~R?j$Roi' );
/**
* 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' );
/* 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';