File: /storage/v6964/foodfactor2-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', 'foodfactor2db' );
/** MySQL database username */
define( 'DB_USER', 'foodfactor2dbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'rGw01jmdJTdCzdiLkw' );
/** 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', 'h=&R`!p@!f ]@Oc/Nk0m>?L=}G_gmzACMp@c,wL%/EjxA#PQ6PMffUp0;oY6u429' );
define( 'SECURE_AUTH_KEY', 'bbutT*&^``jY7hpBlu9Z.*cGNFcS/2aP;.E}?4$+oH-=}<POG+K.xbiYkdiRsTo#' );
define( 'LOGGED_IN_KEY', '1!(yvV&5EK<a#D#)h<r1 48p$|`A#gOG]Ih4I8KA~0RMI-b54,`F(w>D_5cg@2z|' );
define( 'NONCE_KEY', ':AvjgbU-8Pk#>I;TBf0Ov@ZRHl3sK%mG2%zWq3B)?P.t]$I;F>ED.=_T,&wCIS8@' );
define( 'AUTH_SALT', '4]%xA_o%9GMW3&/L{u~<i@QJoQl7rwK<(0l#/lY5.^W?oIh$*FV[GAMmxaQlir;[' );
define( 'SECURE_AUTH_SALT', 'un$jE),P;G#*MIvce~Uusz8i,^aY]WS_]bo,+)^Yiz!=uZ8 2`UwP#fcQ;q[VSQ1' );
define( 'LOGGED_IN_SALT', '~y<AFjJ7Qy6$nYMvtCrD3n3np!Oy]Mgr?>`~:SdA1BngjZ[^a_~QO)Q1B8MpHi;%' );
define( 'NONCE_SALT', '{/1>swo@OzpC.4(_`}PyLh*tj@0 !Kt3#gxcGi++]XrH>av!f{d23>>/IzA=Bb:r' );
define( 'WP_CACHE_KEY_SALT', 'K>-/iaqIISKbjmHXEI7 ]/j@xIbv-7RrCeyIfEvZ_$G55ky~ZcjAA&v4P;v2U%xF' );
/**
* 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', 'NieQ9d3x1GW8Q7EjCWhKfcLR6' );
/* 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';