File: /storage/v6964/duplicatefoodfactor-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', 'duplicatefoodfactordb' );
/** MySQL database username */
define( 'DB_USER', 'duplicatefoodfactordbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'nL6N5ay95vRJCNyb3d' );
/** 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', 'N{X^Jn4e)F%,+xz_i;EqgqrhLk0}}?con5bj|3TGjuDgk&lYoxew,eI?.b#>}md.' );
define( 'SECURE_AUTH_KEY', 'sF 8zQYpwYb,Y^]e`:RWk|eiEGE8P38<5mK!*V{8B]pwz&fW_J[[q.vPzND!Cd6-' );
define( 'LOGGED_IN_KEY', 'd^M`!Dk/B=5m-l7kZx5zz^d!oO<~k*(}~%X`u`U_=4)0@i1/}tEpIPS@`C~HgUC~' );
define( 'NONCE_KEY', '#8W|q/<UxkPy9sk&/DmC+{ID:*=e11d|3g!8NF5>(rmq96}{D+r)*)VB5Wx1lkXr' );
define( 'AUTH_SALT', 'a4x`TmJQ~Qx;J$m:QeK);6vdGB0ZC6_,I0kpN[m4DOnE?x*GmvHH=L)})>&JUl6A' );
define( 'SECURE_AUTH_SALT', 'a/^`{O{Td_f,|Rd *6W4if`?,`ZW1dNOp7m;SJ/_Y)18pvTV>Ym[rn-YK;V5{xw8' );
define( 'LOGGED_IN_SALT', 'SrX2ICs#Gc`nOb{%jM{{y(D]E7^U6-kW/GmvANSn-xTg|Nr.QmrbS/G)V88c2y4%' );
define( 'NONCE_SALT', '~NQ;+IoWcfB#&j!-vtNP-OKcqWaJY{H5dRI9?j&K~[{^Wg(.#O {aWqH?>kHMk4,' );
define( 'WP_CACHE_KEY_SALT', 'z^SJFD9v[3(n7w6<hWZf(;V&o^X$$KPEL?kLa`6PwFwa.u^?64jZ7mS;2(,j?weX' );
/**
* 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', 'CIXP0O3NpTj3y9yHrrV2D1S0h' );
/* 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';