File: /storage/v6964/foodfactor2-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', 'foodfactor2-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'foodfactor2-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'nuXTYwQzEdx9MU0OKH' );
/** 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', '[G-$ho=g%Htx0jfCLcK<!p DGC+Uy]Nf7_Z[wOw0NB0?&l`pn7q0sY3lEn.`cF}m' );
define( 'SECURE_AUTH_KEY', 'R$3^2?D/xnj`^!XWyL/2F]W|v7a5Lh@V{O@d7lA=pI>TV1Lfl7+A#@9k9??Yx!{K' );
define( 'LOGGED_IN_KEY', 'i`=;HGy*nlf4bI_k*%|6;7gqnv|/R|jPk{{.(]Q *U>E*w`MD]|WnDGCtl8XoZHz' );
define( 'NONCE_KEY', '1Y9@UEY&kWY./3*]Kdl9[Uhs]E~o(eJSz=bqr:8$&Q _E_(n97LWC5}/BEe<;g%C' );
define( 'AUTH_SALT', 'OehX a@:QfEf@11NY1lkaCR-9=sw,*DzmsxC3n!8rNh9V#pq)qz~6?|7}.b5o3U<' );
define( 'SECURE_AUTH_SALT', '$xQJ_W4F#0yxb-&^8yj&e-ynV>]D(EWP)dgmy^ZhihrNN[jV9W>sW<m$mX(Wj4kK' );
define( 'LOGGED_IN_SALT', '=[AY!9,gW/aUiC>.kZV0o4 bPyQC$N4IzQ9*EeYUp(M6kZCB_6*pV=Uv91/-0&s1' );
define( 'NONCE_SALT', '5rxiZsi~rw%8rj*c0$pd(f`X4DT`<-RYwz1eGxg]Svnz!i]T!I3 Rr>B/B/@Z9ZN' );
define( 'WP_CACHE_KEY_SALT', '!sD>?YS?{8M6L&SKjjt^XNB/t6*|~;uv9n,3}`5^#(i+{SFa:f$dWQZ{66h /-7r' );
/**
* 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', 'cedAJBpSzdh7vVChH1nXjo23s' );
/* 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';