| 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', 'sled_woo');
/** MySQL database username */
define('DB_USER', 'sled_woo');
/** MySQL database password */
define('DB_PASSWORD', 'FEjh8923r!');
/** 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', 'wLCK>{el-k{|a)z{*-A25JbR?-}u[0#L3o,++e[E#,9p >sRE-|Un,nw`Vc4Lfk>');
define('SECURE_AUTH_KEY', '+)Nj_vNus72#P5mg5Z|xHz0AIL_SMwYmh-V4)Qe8<(^+;4]Ja0@B(8a+f60!gerb');
define('LOGGED_IN_KEY', 'gR|R7qi+|Oj(8@G[,AiA%1-uo#)&-e*lMRX|D,tW9EjXeN(e/,UC1E9!+=(6ie#$');
define('NONCE_KEY', '~_bU-2Z&u0Z,UGP&Gc<2E,cZr7b_<v8q)QHo.06JTtlO,pUc3g>u,le(!|tYiz8]');
define('AUTH_SALT', 'l$TO-B?L(5dIWDpwR^eAB~QMD!*YvN*_0M$7_)*&-(FU@tM&cW5l8P<jy>`+,U]J');
define('SECURE_AUTH_SALT', 'MA_AaAUb5V,i?O+9m+SrUWe=c,CK@2hQAu__X- pcoII&ySX*eLDZ[+:75iv>E+m');
define('LOGGED_IN_SALT', 'mSaG|2}0YrGXRn8E:[!5#1v~Z&2YYa0s-%Ihnd,S+5Sk/ewp?v6gTU yTG<O BV7');
define('NONCE_SALT', '&R+W-[w@ho9ni<[Cew>4+Ri1M3rBEPqy=?d2eOM& _~b7W14Q}s)cmfRdiWlVI#C');
/**#@-*/
/**
* 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', '');
define( 'WP_ROCKET_WHITE_LABEL_FOOTPRINT', true );
define( 'WP_ROCKET_WHITE_LABEL_ACCOUNT', true );
/* 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');
?>