<?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/documentation/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', 'marutiflavors_flvmarut_maruti2023' );
/** Database username */
define( 'DB_USER', 'marutiflavors_2023' );
/** Database password */
define( 'DB_PASSWORD', 'x-WKt_KqL!}r' );
/** 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', 'z)`xa$K9iE[])GsajnE}~LKv2&#)3sd%bVFW7(g,[,2cuy`{mR =NP()kc;1eAXB' );
define( 'SECURE_AUTH_KEY', 'cr{%Q5yQ-o&SJ3n}VNh(vAQ~#:}$d@8p*HQzk7 M~ac:~F1;jQ19-D$zs,{WETlF' );
define( 'LOGGED_IN_KEY', 'G@Y@B|k+}|h(>&T@>5R$4g3` YE`.iiJg.fhY+nVf-RSd*2xB~T S!{+Dw6yb8wJ' );
define( 'NONCE_KEY', 'F-x*K/:$F6@.Fo|cL&m!TCG;K~:Td;g4z{w{2b>~@+DAAO/5e)&cxd9/H,cB7,jh' );
define( 'AUTH_SALT', '_T(i3J^Vo/cGgU3 eTnQ~[^{d-%YW4*YHi0o7tCt||7HJ7DDTQ`5flk|`.nuDy&q' );
define( 'SECURE_AUTH_SALT', 'sm#ipz%ZFlL4%N28E9J@ {~ggj|.K-+P% hVD*X;p>73u:De)QZ|]<!jj5Y_L X@' );
define( 'LOGGED_IN_SALT', 'q(>)b.6pITw2ne6h8 787RsF?z$7Kw?=oU)ui >0({kXRPU2[OBz_Jm(?)6sG@Fh' );
define( 'NONCE_SALT', 'rYs34?jWf=4r!uLtNmu_;yt_)v(%9J(@x:2`R/@0dbf<1(R~416geP7N?Aj`uIXb' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-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';
Name Last modified Size Description