| 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 configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'staging_woo');
/** MySQL database username */
define('DB_USER', 'staging_woo');
/** MySQL database password */
define('DB_PASSWORD', 'E9cekT4!y');
/** 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', '8Cah24Zuah[ZD6S2r4w(fK`Du^D+L-Kq=.v`wl5t<Nn=D,Y1]km`+Ju]:{7I$<9r');
define('SECURE_AUTH_KEY', '!!ou!L[8ziXAsTA85yJEPP/Vdx*6Hc:mUx*w_FT,8Y,#heJWF,P]-8*5!khZ`N)v');
define('LOGGED_IN_KEY', 'BL7Z/;I.3|ymp8Z-faRD(O+_#I]*I |Gflk(S/f&o1xW,]vwIi1l9Tc8YK,5d9$I');
define('NONCE_KEY', 'RO}jN>{f#qzB,#s~:Xd.+3D!95aqcN@Tt<][ucp,UN4:LIrkUJ5rMH^,Ait`6Hq7');
define('AUTH_SALT', '0L@j;j#.vh+}YWT(B(]GSxD|-8D3+HM$)=j~9V)e$|Sl9_x{Z|hN$SZX&lH3R@&n');
define('SECURE_AUTH_SALT', '.:Ls~(Qq;&vMA%HD]{/eL-5}I)v/6p50NF-&KuJGEpcni;:?o%/csj>aRx!F1`z-');
define('LOGGED_IN_SALT', 'Nu 5WknS+vHp+km4j:4Pn>2 6V0btF4fASV$1B4:mVCYmxx05tBi-KkEXd=$c0)*');
define('NONCE_SALT', 'bVX[uPQTX=Lg?y+@b#~=MK]g,xX(&qquWV_;4iTEc$y>PZ,Rja$bmCCgA>;D{hF}');
/**#@-*/
/**
* 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 = 'wordpress__';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', '');
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');
?>