HEX
Server: Apache
System: Linux ip-172-26-2-106 6.1.0-37-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User: daemon (1)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /opt/bitnami/wordpress/old5/wp-config.php
<?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
 * * 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', "bitnami_wordpress" );

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

/** Database password */
define( 'DB_PASSWORD', "998e001baf54b33907d8e35edfa3f9383511eb072fa408ffcd60fbd1d446c34d" );

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

/** 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',         '#5fWCU$_uZ-.mN60lfbd?`ww$?HbIx?i=Os**LhqxtmG.Kk;6P~CAt6<lRLg-ty6' );
define( 'SECURE_AUTH_KEY',  'wp$&{i;SNf,t,?7z~#MV1 wCDyjebXhk@?^cHf[%kG8Y:e4mcCM2/I[*2mLcjnMz' );
define( 'LOGGED_IN_KEY',    'o&nn*3a_btEB na1EINC;#*r[st0]>E7G~s#b=n5}mYEB%HXxe%fK>]e#DoQV5F+' );
define( 'NONCE_KEY',        '5AS:d2]d[B>QR++#<F9_f](B0*I<g(%9~Ex6Qt7qA+.1my d_V#(Srl_Yy?@&wZ ' );
define( 'AUTH_SALT',        'F`YeO?<WL1A}s@95LNA#J8D/Y%EwLI.2@Yf:|Fa3n{|tL6ElTE]oZUl#0fL$;G*9' );
define( 'SECURE_AUTH_SALT', 'N5I?FqHBbCd{=xTUe&v=xy(bly)]%5h3O-}E]&Pv o<@(Vlh*yEaKH]GBMdF0-HI' );
define( 'LOGGED_IN_SALT',   'U+lS{oYF0v<k}|bWCp+%;}}{@OR8,%ggKF{WTy2O5!z%~LTWZ.nyTcV(0P uv+Y~' );
define( 'NONCE_SALT',       ']sF[H8<;2.u`C*pwC2bCR6Zj/AG8jW6! -P!2K~^boHcXt}@Avdoj%dNVUo4 ;9L' );

/**#@-*/

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

/**
 * 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. */



define( 'DUPLICATOR_AUTH_KEY', '5523a9a066d4080b6ce5f3fee60873f4' );
define('WP_HOME', 'https://oemautoparts4u.com');
define('WP_SITEURL', 'https://oemautoparts4u.com');
/* That's all, stop editing! Happy publishing. */

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