HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux wordpress-s-4vcpu-8gb-sgp1-01 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: www-data (33)
PHP: 7.4.3
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/backupcode/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:

 *

 * * MySQL settings

 * * Secret keys

 * * Database table prefix

 * * ABSPATH

 *

 * @link https://wordpress.org/support/article/editing-wp-config-php/

 *

 * @package WordPress

 */


// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define( 'DB_NAME', "aatharv" );


/** MySQL database username */

define( 'DB_USER', "wordpress" );


/** MySQL database password */

define( 'DB_PASSWORD', "3d26adf30deb99ca2441534ab5c5880d5a371b2a51bbe114" );


/** MySQL hostname */

define( 'DB_HOST', "localhost" );


/** 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',         '?3${p3|u*<GgO;WFFw,?#aP_:`@J+dh:,{+mcZ5|GSL%&2b_BtfokfJ_DPbttEN|' );

define( 'SECURE_AUTH_KEY',  '/Y1)&o*UinM[3E]t0Hyr9Bh68phg, iQw1,>?G*Jg39uV>QLG{;:R#6{VJp+TP{V' );

define( 'LOGGED_IN_KEY',    'ZUdO>w2-;a>p<-e%_FCWIucD+}@qxRbwIN_^q*!B*/Rz;8m#iqFcw^f;]>y?yr>]' );

define( 'NONCE_KEY',        'uEtfF414(DaWQ##r&P/k(It;pC%wgW^gcaYq&PGi-woOI8{IHA&2ku;gQh^ncu,y' );

define( 'AUTH_SALT',        'OI`&%[srL:>|!vG}0RW}`b64-3C2f`C:(z{n[*.!bBpNDutW8?c3bOTIZ-rh+xg<' );

define( 'SECURE_AUTH_SALT', 'bKTszL4g(1 %T?zP:*|A1GWn8?B>JQH;VfVdGADh]yXhA6=.l@*[>>Qv#xeS5cui' );

define( 'LOGGED_IN_SALT',   '@o:WOM$6ms(<CbjI|Ri-,!?|I~8&bt@$9>_7NFtTqpqMiT8W3NApFXouqtUQ)aSY' );

define( 'NONCE_SALT',       'iFpF@Uz^Q-X`E7F_,=RK2:ILS:_Yv/yl6/aF~|sgZP/4%+y^{#Qo/@.myF<>FIL$' );


/**#@-*/


/**

 * 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 );


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