HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
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: //proc/thread-self/cwd/wp-config.php
<?php
    
define( 'WP_HOME', 'https://acharyarajnikant.com/' );
define( 'WP_SITEURL', 'https://acharyarajnikant.com/');
define( 'FORCE_SSL_ADMIN', true );
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'db_acharya_rajnikant_new_01' );

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

/** Database password */
define( 'DB_PASSWORD', 'cccdev@1234' );

/** Database 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',         'bF74hGjB~FA1U$>lx.o](31B_@v[<co1&ZAy=2c17* Y0jdo8sR;;*II^jfyU/*d' );
define( 'SECURE_AUTH_KEY',  'rR}{&VaF|Mqd0zDrO!~r=QaZW`aI903k@8tMU<:V(Q65)}_C=G^,kE=$C1*To  y' );
define( 'LOGGED_IN_KEY',    ';Ov|gDXJE,ew2GWbyPJ0%ur~j+M>A1)8[e-B&y>q4ibO$0^!vcfD:Po8&ER3G5cB' );
define( 'NONCE_KEY',        '@vp;AoY/bTt)I&7Ql$BARC!1TKHtNB:TD}w[RZ64voEY%4~ZZNaiKyuMnG:Dg12S' );
define( 'AUTH_SALT',        '8wSwM~>k,+kp8tVbzf,%^y`xIb=(^3|Q$}H1oFnjT>R>mt#efGB4E{&no9,{nVC}' );
define( 'SECURE_AUTH_SALT', ':2M%bK2WtnPP(qEn<jk_N*E xL RZ*ZnN3QnQPqsK% 4O0jmtqV(4mmab[7QLuC?' );
define( 'LOGGED_IN_SALT',   '|}B+.uHo|1*9:xWE7*bf.7pt~hbbD?!v:F&Zy*x=h-7:*2},yT2CH$;vQ;r`5y5C' );
define( 'NONCE_SALT',       'l@h+Yl+X7jEvQxR0<c5A/,6t8SZb{]Gd=,t&I0]7&|{0eT725:&B=DIc(f`.U-{-' );

@ini_set( 'upload_max_size' , '64M' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

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



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