/** * 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', 'praveencap_wp_rdrpy' ); /** Database username */ define( 'DB_USER', 'praveencap_wp_vnrzn' ); /** Database password */ define( 'DB_PASSWORD', 'NT83jW?^Vg5jMn0I' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'X;]Z1GghR_|RPsV2_1]1f7/%HpMY3lCyWR9Wbt%Dk25!1Oe%2F0OS9h_tgOj)c3j'); define('SECURE_AUTH_KEY', '#5#RP2B7~g+95ueg0U41JF#&5C1ft5P:z]1@Ve0%lK++*55n4Yi2G7+Vu6a7~[3Q'); define('LOGGED_IN_KEY', 'vl&57nH;HU]Aj(tkb3cx/EllY|596Tbc1d]%)XqPH46!!yT1-9J]eK70|D)264*5'); define('NONCE_KEY', 'V0BT378!0HF6s(((x_)3vH1V:i&_8Ok~0o4m:EM);1E15CM5fjAGz9T:w2)2|/v3'); define('AUTH_SALT', 'T1|3Z&/E*&l28eHD%;7Sh0oDxcs]1a;(h(@QmkuCMxJd8w~ad1OZFxn77!W1jZEr'); define('SECURE_AUTH_SALT', 'KZi11MOAJliL&q9@7oaw0plpBl8~@:#jK;;g+-_/Bw/OAz1:15hv81|F!48mk3(x'); define('LOGGED_IN_SALT', '(d1ZK&zx;cVQP[6o7I*p3)x*VQt]6WF-3Df2eJ/_b9GBMD~J|[&9HD:MK5s10a!0'); define('NONCE_SALT', '+]S8GMcd2hK95!u1uE02j4qNT|R[L8z7~VNFSZB#&_Y9RgNu#AO8m+Kz2#0R:-NN'); /**#@-*/ /** * 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 = 'FnmfB4_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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 ); } /* 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';