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/foodfactortesting-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', 'foodfactortestingdb' );

/** MySQL database username */
define( 'DB_USER', 'foodfactortestingdbuser' );

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

/** 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/G3;}T>13.K,?X4[!I)vUJ@V?1/tkG91TJwrz6,^>z@BfK(aEZ^S@#^xf{P4:S' );
define( 'SECURE_AUTH_KEY',   'Q.MhIYBa# P<E:f-Z@?X0=<a8gMan;/tTkA.O}C8YAV>}!&aR)+n!^LB+Kt}Q2%$' );
define( 'LOGGED_IN_KEY',     '&zK6KVZ_ScZ^_1Tqt<e6z^UbhZAo`n6;~vSsEE/6g~]aruWNmfF]6sa(hI5Zslq$' );
define( 'NONCE_KEY',         'i7V@,}i/nwGc2Y07N=l9yXlR$7bWosXHP#n}!@mBU9l&IG2TjTdD34S*TXleHY{(' );
define( 'AUTH_SALT',         'oq2HyB{]M?p.Q}P[3@.sFz[gN P>d]eA{]0z][@)[L&#cEAP]hDN.LHW;}PJ<^6;' );
define( 'SECURE_AUTH_SALT',  'hz~68sP#AL@&wzNG?RO^[a=lEOHi62]H!feZ{$vT)dO,s,05|@Nq!{&${1ugc(_t' );
define( 'LOGGED_IN_SALT',    'B|3=AM.yp,O/VBQF`cN3h)Tar Vf& @BbL8=9pIgzL;c%ey[.>-)U:sVPjzY/[Wy' );
define( 'NONCE_SALT',        'o5Yq65;].$D.{M{Dp9>h0Td0$I]&nR:<n;>#vZy%3MWg+gbO;SyutV0B!+6GB,[W' );
define( 'WP_CACHE_KEY_SALT', '+)vU>g^u8J;vrFkc@@<-9&rLzy}Y]*Exub!],Uq,;n~X-DB2lp&eWN%wPpgbEXbt' );

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