<?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', 'riddhisoilcare_riddhiso_riddhisoilcare-wp20' );
/** MySQL database username */
define( 'DB_USER', 'riddhisoilcare_riddhi' );
/** MySQL database password */
define( 'DB_PASSWORD', 'TX(q4l60mq' );
/** 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', 'GN/C<P@3_ 1t^UXLR-{|WZgrhj^ER;Pg^)^RT{h#.hk.QU50#o`[0_d/,O%}MJ:C' );
define( 'SECURE_AUTH_KEY', 's<#!2} `Oy!~[@y0h})!siaF6e1b?m3!P]=M]P^`+te5H(I<[zDFS?^S@_#t~v6p' );
define( 'LOGGED_IN_KEY', 'i){Ef{Xj#O@6!<-@ $5tCM355y0IrU|vR_J}a$Pas.5G|qLvc`xgyCe~2`F-(r%k' );
define( 'NONCE_KEY', '|(v<.2.%+( :Fi8acbXy<e>7yE1_JCcx6AU(-AMHZ$#sQ0[.fH:4{]+ Q;2Jj}~!' );
define( 'AUTH_SALT', '?@SqKkbsX~^tt)Ty$$~#QO25DRxY-#SaQ|o@)8Lwe2iTRGEZC3%>9d,R |siq%[X' );
define( 'SECURE_AUTH_SALT', 'hr}L?5q?lqy}sZ%=~+v9B>S[Zmb+`~CV~di]{JZz!Fidcn{a*y>Md~.PY{^dNdVk' );
define( 'LOGGED_IN_SALT', '}YfO,ygK9SIxc&?U_<X-BNk+ ZMWCv2.oU,s60iZAWe[TXZ?,p<QRPC-+1sb-B#R' );
define( 'NONCE_SALT', '~K#MjyX8WH?Rj2uk[N3h>_&jt#{])^avZ0v@[-|tpRFptLR(ii20En2E/;A+(cuG' );
/**#@-*/
/**
* 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', 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';
Name Last modified Size Description