File: /storage/v6964/testingff/public_html/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', 'testingffdb' );
/** MySQL database username */
define( 'DB_USER', 'testingffdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'p9gizB88QQ18CUMJh7' );
/** 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', '1KxAZ3EJbL#&0L+C3![|=?3c4J.HoWp$c3dtnLocO_ZE7bvl>!XsCSuPgZx~(0io' );
define( 'SECURE_AUTH_KEY', 'lB6ta1TzMQn4!&8`AK9CU!qJO6=z?MXMWFWJ/jPk[<@Eo)X>7d%-DX!Ut+fh|p+|' );
define( 'LOGGED_IN_KEY', '7A?)sRYop<avM8,`2|e$2MPNwCdq}a>?]|n$jKv]=gG#4k@T?8S0$g-G<tD!8.=p' );
define( 'NONCE_KEY', 'AAB9E2$Jra5`?BmS5:/ApQ=loZZ4ibHli%fUBZ Z]MFs?[-C~89;Z{Rrc@$8<P1q' );
define( 'AUTH_SALT', '6pM/`v4VcejJV#AO6Jyb5J(EwU8dR-8$W5J>zhzm?4b>h9d`^hEQZOkydA*uN:ss' );
define( 'SECURE_AUTH_SALT', 'IS+ME&sxW<V5<N*pKY[iAH+A)C7p$d^mL}yWq>-O**[@P&mV2rxBS2!rIHtdlkN*' );
define( 'LOGGED_IN_SALT', '+}j4&pQI{{|`~X*cVPGP>aSgnwi$DsKZa kl5fhLi!~s; pn0|E6,fhnCVS7~qT/' );
define( 'NONCE_SALT', 'j7PDl*?D_6 0~+:zH} C%]Dc^$w&])nEqtS=2JeWaKF6FwnhVy?~_xh8O2l$sFm0' );
define( 'WP_CACHE_KEY_SALT', '{ak;k{DIR+RULcl|N[/ {0u0U-DfbB}j>e48~)4x6}7<i7UBI`.,Fv?dUY_`^lmG' );
/**
* 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', 'YmYob8N0y0X3U24BbOUmzm7Pg' );
/* 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';