HEX
Server: LiteSpeed
System: Linux rocket-da1.hostsila.org 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User: pvowtcbu (1561)
PHP: 8.1.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //home/pvowtcbu/.trash/files/backups-dup-pro.GURag3vOxhg/installer/orig_files/source_site_wpconfig
<?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:
 *
 * * 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', '' );

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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',          '3P2,jAd9&x4ujX8m3.UDfeH>eke2&B>yWrHyL^,t?w%8TmZ.OVUj,YTeRo@R-Ai)' );
define( 'SECURE_AUTH_KEY',   's[<~TpCZNp!9;|rQD*5$PWaDExLA>U4&w49NT$taK5f)3%#n?PL}= AgDGd{pQLJ' );
define( 'LOGGED_IN_KEY',     'N|g~5EL0=;|gsur8jmPagZmwa^NfB[#7:u@k~(6IK>.N12xJl73e,AJ@j/`O8C$y' );
define( 'NONCE_KEY',         '*]avA:BQbK@*Xfi4SVVTDy!-!SdUck~g! OJ%RH?]V@:t`M7;eboh|uRW6+s3sit' );
define( 'AUTH_SALT',         'Ii:|ovV;l}BE)h>h#V.vxg*yvMbS3#RcX<p0!{<}oppl9yH;]B&H cc4Ar%fR#pG' );
define( 'SECURE_AUTH_SALT',  'NN{Mro,6{s=`0Wk+_%1N*z[q$K1D&RGp?W<&;f2%<q2fp&M~]P!9%q(}bE#6n=WG' );
define( 'LOGGED_IN_SALT',    '7Hp:Vp`MPSPN8U19s{Y=x!]N`r^Sv?Syf/+X<bigh&Y.(-}s@l:lHa2Uyg%jcsir' );
define( 'NONCE_SALT',        '|.!RC^H9(}Z7Sdi^]JSdUvioGfOzv3ckV7+:|{Ve,YVTZ$pwBUj.7&a5#Jl|LKU@' );
define( 'WP_CACHE_KEY_SALT', '9uV`TPL{!)iuC,K<PR8RMJD)nHH,l`F/Mqfa!JfVo/zr2iT7IE4c4nB[U;E7@2.<' );


/**#@-*/

/**
 * 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_';


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'bd0e405c78e3377826aa5c0158b824b7' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DUPLICATOR_AUTH_KEY', 'raqHz[zJZ_lt#-=LaJ[$Dc:<F/90+kh%6MvrFvncz&9kip7|tP=@-HMj#mw9#<14' );
/* 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';