| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/configRTY/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'quickcha_wp_ROOT' );
/** Database username */
define( 'DB_USER', 'quickcha_wp_fdsa' );
/** Database password */
define( 'DB_PASSWORD', '3RVZCD@mq3Pp' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '}ThNL<_ AIJ)z6Y]6QZ7N |oMi+Bbn%8c:j-O>2Mm{)*nmRs[wkK),*|SfqBytmM' );
define( 'SECURE_AUTH_KEY', 'PUWu>BL,wW__mdBp&dviS(V%Y]Z1-LMI$N7nBQU*mv0~6NgN:!CS}KuG@ZMnL?J,' );
define( 'LOGGED_IN_KEY', '$NVQDLPId.vkj]RV.OIDM$aMSI,g>PMYHA2W,Z`h8D6QXNZ_H8p/Vv)fUx)u>=6(' );
define( 'NONCE_KEY', 'j,[{:%RASesujT(Ka<Si}GH|97<R6ml]{_@UNTREGAwY!/Rvr2ig4.Ou<}9C>{o^' );
define( 'AUTH_SALT', 'l8P,n>BuF$H}tDhNZv1uiH6cmDz^&U2-R4bdp,&$L<W2P,Y860~[l&&M`gKh9`[R' );
define( 'SECURE_AUTH_SALT', '2RGkKA@2EA]<LjQA)YMd=C2rv2K:}My[~),2lb>f=MNWIc7I:U@||owK).BUt<Ub' );
define( 'LOGGED_IN_SALT', '~!.yn*~2+Qeg7gT#z$`Wlp1Y5wv+Z$BpTF)3$1.Z[TyZ+C/m}@4Tv/QNE{IL-P2K' );
define( 'NONCE_SALT', 'uh>t0W`{NK~M6k0P!Uks:3sR_lOr1Q,i9cNw7cigTW95 1t%.[)UgSKj<Xbw1Qpt' );
/**#@-*/
/**
* 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_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';