File: /home/r10qwwhj45te/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
// Added by AirLift
// Added by AirLift
// Added by AirLift
//Begin Really Simple SSL key
define('RSSSL_KEY', '9zc4IA0rYA8NUzes67oYaivDCb82KsU73N5ydHX3ztRCaL1PbkOlMhUTVpN0yRpI');
//END Really Simple SSL key
// Added by AirLift
/**
* 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
* * Localized language
* * 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', "pme.7b6.mytemp.website_1744702345" );
/** Database username */
define( 'DB_USER', "6117a9c051" );
/** Database password */
define( 'DB_PASSWORD', "189cf4fcca2c673915a1" );
/** Database 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', ',t/2@}s7r]-IB2d:s`|el|x64@LyFh@Hjams0I*c*Qr#Z$YUOWlT(nSNK}i$p/>(' );
define( 'SECURE_AUTH_KEY', '}ZHLDn7jtDPz_3!Db}W4V#IKtJs{rv;7^mSl!+-nS1;DVf`7b.2jNp1~$ba!rL$g' );
define( 'LOGGED_IN_KEY', '5R)6k4o5n*E:9t>1[?CRg(#&vIx B~t~^KMywnXXM?g)^D|DQO4+1#w;>V&M#rH8' );
define( 'NONCE_KEY', 'z;78_`C$Et=O<!g$.S;|XvffQ~3kJ4F){=dq4/qc7ph:qH?$*w!iB>&BT7vR|jse' );
define( 'AUTH_SALT', 'f<2A<|iTRrs@:T3NdHYG(g-7g_M@fGi^P1Rm6(}]awy=k%+0k}=Q)fHOh:p@cQ,D' );
define( 'SECURE_AUTH_SALT', 'eUh#=XKXCaT2W;VRD&b]DukWmH~g{-9f]SEBh[^.b5Ac6QDeO<ayyV}2xju#86Yl' );
define( 'LOGGED_IN_SALT', 'lX<K;ux<I{pc?ETx0AO?n>si3-HMF]Mg;i9.c)N0{BE9f,[IRc,EVq_Q}S%88=|#' );
define( 'NONCE_SALT', 'thTa*R2SIWk.3Z=zA!XEZw7 (K^#QDAOq[z,vGx::wS|eA}{5s[Y8.%.om_X923=' );
define( 'WP_CACHE_KEY_SALT', '_UXm]Y-*:~ZoO2]p,fitp.T`ET${$kYfkRPX{vj?1XNR+u*kHc!oH/&;]fbua 08' );
/**#@-*/
/**
* 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', true);
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';